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()是 QNX 4 的功能。POSIX 等价物是strcasecmp().
stricmp()
strcasecmp()