Page 1 of 1

standard C library and user programs

Posted: Sun Oct 13, 2019 9:37 am
by trashman
Hello! How does the standard library and user programs link? When compiling in makefile or linker

Re: standard C library and user programs

Posted: Sun Oct 13, 2019 10:19 am
by nullplan
You are going to have to be a bit more specific. What do you want to know? How linkers work? Or how makefiles work? Or how libraries work?

Re: standard C library and user programs

Posted: Sun Oct 13, 2019 10:32 am
by iansjack
The standard C library is linked by default, unless you specify otherwise. But if you are talking about user programs for your own OS then, of course, you first need to create your own standard C library.