On Wednesday 08 April 2009 19:36, Joshua Phillips wrote:
> For case-insensitive comparisons in C, there's strcasecmp (GNU) and
> stricmp (MSVCRT). They're both identical in function, but are
> non-standard extensions.

strcasecmp is not a GNU extension:

http://opengroup.org/onlinepubs/007908799/xsh/strcasecmp.html

--Ivo


_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to