#include <stdio.h>
#include <stdlib.h>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
#define HI "hi,I am OK!"
int main(int argc, char *argv[])
{
#ifndef COMMAND
#warning no define COMMAND
#error NO FIND COMMAND
#endif
printf(HI);
printf("\n");
return 0;
}
#warning and #error
最新推荐文章于 2024-10-23 09:34:12 发布