橘子味的心
标题:Defined() 操作符

Defined() 操作符

#include <stdio.h>



#if !defined (MESSAGE)

   #define MESSAGE "You wish!"

#endif



int main(void) {

   printf("Here is the message: %s\n", MESSAGE);  

   return 0;

}

目录

分类