JonY wrote:
>Note the driver used for the compile test. C test passes but not C++. I 
>think strnlen is disabled for C++, or maybe somebody forgot to include 
>the correct headers.

In C:\MinGW\string.h there is the following

#if 0
  size_t __cdecl strnlen(const char *_Str,size_t _MaxCount);
#endif

It is the only reference to strnlen that I can find.

Regards
Bidski




------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to