[Courses] [C] Lesson Three: Basic Declarations & Expressions

Eugene Teo eugene.teo at eugeneteo.net
Thu Oct 10 23:12:35 EST 2002


<quote who="KWMelvin">
u> On Thu, Oct 10, 2002 at 06:14:26PM +0300, Anca M. Holban wrote:
u> #include "myheader.h"  /* contains my declarations, etc. */
u> #include <stdio.h>     /* Standard C Library header file */

correction. always include after standard headers.
also, do #ifdef etc, to make sure it is not declared more than once.

Eugene
-- 
eMail: eugeneteo at eugeneteo.net, eugeneteo at null.cc.uic.edu
gpg pub_key: http://null.cc.uic.edu/~eugeneteo/eugeneteo.asc
main(i){putchar(182623909>>(i-1)*5&31|!!(i<7)<<6)&&main(++i);}




More information about the Courses mailing list