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.
ここで説明するコードでstricmp()を使用しました
コンパイルエラーundefined reference tostricmp'`が発生します。
undefined reference to
-cオプションを指定してlibcライブラリでコンパイルする方法は?
stricmp()QNX4の機能です。POSIXに相当するものはstrcasecmp()です。
stricmp()
strcasecmp()