7.6  
Unsupported Libraries
 
Table 6.15 lists the libraries which are specified in the C language specifications but not supported by this compiler.
Table 7.16  | Unsupported Libraries  | 
 
| 
 | 
 | 
 | 
| 
 
1 
 | 
 
locale.h*1 
 | 
 
setlocale, localeconv 
 | 
| 
 
2 
 | 
 
signal.h*1 
 | 
 
signal, raise 
 | 
| 
 
3 
 | 
 
stdio.h 
 | 
 
remove, rename, tmpfile, tmpnam, fgetpos, fsetpos 
 | 
| 
 
4 
 | 
 
stdlib.h 
 | 
 
abort, atexit, exit, _Exit, getenv, system, mblen, mbtowc, wctomb, mbstowcs, wcstombs 
 | 
| 
 
5 
 | 
 
string.h 
 | 
 
strcoll, strxfrm 
 | 
| 
 
6 
 | 
 
time.h 
 | 
 
clock, difftime, mktime, time, asctime, ctime, gmtime, localtime, strftime 
 | 
| 
 
7 
 | 
 
wctype.h 
 | 
 
iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswctype, wctype, towlower, towupper, towctrans, wctrans 
 | 
| 
 
8 
 | 
 
wchar.h 
 | 
 
wcsftime, wcscoll, wcsxfrm, wctob, mbrtowc, wcrtomb, mbsrtowcs, wcsrtombs 
 | 
 
Note  | The header file is not supported.  |