Where is stdlib.h?

Posted By: Aku_Aku

Where is stdlib.h? - 05/26/20 18:08

In GameStudio Manual there some examples about engine_open, engine_close etc.
In the examples I can see this line: #include <stdlib.h>
What is the folder where from this header is pulled in?
Posted By: 3run

Re: Where is stdlib.h? - 05/26/20 18:59

Hey!

As far as I know, it's a standard library in C. And those engine_open, engine_close, etc functions are SDK functions.
https://en.m.wikibooks.org/wiki/C_Programming/stdlib.h

Edit: maybe I misunderstood your question. If you want to find the <stdlib.h> I guess you should check your IDE (f.e. visual studio) or C compiler.

Best regards!
Posted By: Quad

Re: Where is stdlib.h? - 05/26/20 20:57

Those examples are for c++ engine sdk and not lite-c.
Posted By: Aku_Aku

Re: Where is stdlib.h? - 05/27/20 11:37

Thanks two of you guys.
Really, I should think that belongs to sdk.
© 2024 lite-C Forums