[Proj] Modern C functions

Aaron Friesen aaron at cartopac.com
Thu Feb 26 11:23:26 EST 2009


Gerald,

> -----Original Message-----
> Re: strcasecmp and strncasecmp.  
> 
> Thus my question here is: do non-Gnu C compilers used by this audience
> recognize these functions?

I do not believe Microsoft compilers use them.  _stricmp and _strnicmp
are used (or their wchar_t counterparts _wcsicmp and _wcsnicmp).

Aaron


More information about the Proj mailing list