使用strncmp时,我收到“函数'strncmp'的隐式声明在C99中无效”(xcode 4 / gcc版本4.2.1)如何避免这种情况?
最佳答案
从strncmp(3)手册页:
strncmp(3)