2018-04-07 09:27 AM
When i compile my project with gcc, does it :
Thanks.
#c-compiler #c-library2018-04-07 03:23 PM
Normally, the linker which comes with gcc links only those functions from the standard library, which are used by the program.
JW