J
jayceechong
If I write my own C compiler, can I just "take" existing standard
header files (e.g. stdio.h, stdlib.h, etc.) from an existing C compiler
and plug them in my own? I understand I have to write my own library
implementations, but what about these header files? Thanks!
header files (e.g. stdio.h, stdlib.h, etc.) from an existing C compiler
and plug them in my own? I understand I have to write my own library
implementations, but what about these header files? Thanks!