2008年11月27日 星期四

DEBUG message

#ifdef DEBUG
printf("Compiled:"_DATE_" at "_TIME_"\n ");
printf("This is lne %d of file %s\n",_LINE_,_FILE_);
printf("this is debug message!\n");
#endif

gcc -Wall -g -o hello -DDEBUG hello.c

沒有留言: