Question
Is the C standard library embedded with the program ?
Posted on April 07, 2018 at 18:27
When i compile my project with gcc, does it :
- Include all the C standard library with my source code into the flash memory ?
- Or does it include only what i've used ?
- Or does it not include it at all ?
Thanks.
#c-compiler #c-library