Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
#ifndef BLAH #define <stdio.h> #endif int main(){ return 0; }
ただし、 #ifdef を使用するとうまくいくようです。私が得ているエラーは、「マクロ名は識別子でなければなりません」です。
#ifndef には特定のものが必要ですか?