Non-standard implementations
These functions do not work as specified by the C or C++ standards:
fopen_sandfreopenThese C functions will not propagate the
uexclusivity attribute to the low-level interface.towupperandtowlowerThese C functions will only handle
A,...,Zanda,...,z.iswalnum,...,iswxdigitThese C functions will only handle arguments in the range 0 to 127.
The collate C functions
strcoll,strxfrm,wcscoll, andwcsxfrmdo not use the current locale set when they operate. The same applies to the C++ equivalent functionality.nowThis C++ function in the C++ header
chronouses the_Xtime_get_ticks()function and the Ctime.hmacroCLOCKS_PER_SEC. By default,_Xtime_get_ticks()calls__clock(). If this is not applicable, you must override the setting of the macro_XTIME_NSECS_PER_TICKprior to usingchronoorclock_t _Xtime_get_ticks().