Hello,

I wish to make my .exe as small as possible.
When I load an header file with include, for example #include math.h, does the compiler compile and include inside the exe all the functions of math.h, even those not used ?

If this is the case, it should be better tor extract the needed function manually to copy them in the source .c , isn't it ?

All the best

Pierre