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.
Cプログラミング初心者です。 gcc-stdでは、コンパイルする C 標準を設定しますgcc -std=c99。 現在どの C 標準が設定されているかを知ることは可能ですか?
-std
gcc -std=c99