为了比较任何字符串而不考虑它们的情况,有各种C库函数,如strcasecmp(),stricmp()和stricmpi().这些有什么区别?
strcasecmp()
stricmp()
stricmpi()
c string posix crt msvcrt
c ×1
crt ×1
msvcrt ×1
posix ×1
string ×1