what is the purpose of the .h file? If one defines all the variable in the .c file, the .h is still needed?
dyeatman
Joined: 06 Sep 2003 Posts: 1933 Location: Norman, OK
Posted: Sat Nov 26, 2011 10:46 am
You are correct, the .h file is not needed if everything required is defined in
the main program. Using include files like the .h file just makes the
program cleaner and more organized. However, be aware this will not
make it possible to support unsupported processors. _________________ Google and Forum Search are some of your best tools!!!!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum