I am taking an OS course and all our assignments have to be done in C... I am quite familiar with C++, but have not use C much, so I am having some trouble...
One of my problems is I can't figure out which standard libraries I should include. I have already include stdio.h, math.h, stat.h, types.h, and dir.h. What other ones should I include?
Also, whenever I use some flow control statements like for, while, if, etc I get a parse error... Is this because I did not include a standard library which contains these functions?
Thanks a lot!
One of my problems is I can't figure out which standard libraries I should include. I have already include stdio.h, math.h, stat.h, types.h, and dir.h. What other ones should I include?
Also, whenever I use some flow control statements like for, while, if, etc I get a parse error... Is this because I did not include a standard library which contains these functions?
Thanks a lot!