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.
msg_nosignalmac osx または linux で実行するコードがあり、それを移植可能にしたいのですが、macosx で関連するフラグに切り替える #ifndef ステートメントを作成するにはどうすればよいですか?
msg_nosignal
OS Xでコンパイルされているかどうかを確認したい場合は、そのための主なプリプロセッサディレクティブは
#ifdef __APPLE__ ... #endif