Making C easier
Posted: Sun Oct 30, 2005 11:19 am
Hello.
I am making an OS and I want to know do I have to keep track of all the functions in one header file to avoid "implict declaration"s when called.
Is there an easier way?
It doesn't seem to work if I put a func-declaration right above the func-code, but it works if I put the delcarations into a header file (, above all the function codes).
I am making an OS and I want to know do I have to keep track of all the functions in one header file to avoid "implict declaration"s when called.
Is there an easier way?
It doesn't seem to work if I put a func-declaration right above the func-code, but it works if I put the delcarations into a header file (, above all the function codes).