C preprocessor

Posted by: 邱小新 at 下午4:07

標準指令

  • #include
  • #define
  • #if
  • #ifdef
  • #ifndef
  • #else
  • #elif
  • #endif

特殊指令

  • #pragma
  • #error
  • #warning

巨集指令

  • __STDC__
  • __STDC_VERSION__
  • __cplusplus(C++)
  • __DATE__
  • __TIME__
  • __func__(C99)

0 意見

張貼留言