kcdude
0
Q:

conditional compilation in c

#ifdef  macro1
printf( "Hello!\n" );
#endif

#ifndef  macro2
printf( "Hello!\n" );
#endif

#ifdef  macro3
printf( "Hello!\n" );
#endif
0

New to Communities?

Join the community