5 | | * ```float.h``` in libposix, but probably needs work |
6 | | * ```fenv.h``` in libposix, but probably needs work |
7 | | * ```inttypes.h``` missing wcstoimax, wcstoumax |
8 | | * ```locale.h``` in libposix, but might need some work |
9 | | * ```math.h``` is in libmath |
10 | | * ```signal.h``` is in libposix, but need only subset |
11 | | * ```stdio.h``` fputwc should go to wchar.h |
12 | | * ```stdlib.h``` atof+strtof+strtod+strtold (in libposix), mblen+mbtowc+wctomb+mbstowcs+wcstombs (!_HELENOS_SOURCE) |
13 | | * ```tgmath.h``` |
14 | | * ```time.h``` probably needs cleanup |
15 | | * ```wchar.h``` missing all functions (!_HELENOS_SOURCE) |
16 | | * ```wctype.h``` (!_HELENOS_SOURCE) |
| 5 | * `float.h` in libposix, but probably needs work |
| 6 | * `fenv.h` in libposix, but probably needs work |
| 7 | * `inttypes.h` missing wcstoimax, wcstoumax |
| 8 | * `locale.h` in libposix, but might need some work |
| 9 | * `math.h` is in libmath |
| 10 | * `signal.h` is in libposix, but need only subset |
| 11 | * `stdio.h` fputwc should go to wchar.h |
| 12 | * `stdlib.h` atof+strtof+strtod+strtold (in libposix), mblen+mbtowc+wctomb+mbstowcs+wcstombs (!_HELENOS_SOURCE) |
| 13 | * `tgmath.h` |
| 14 | * `time.h` probably needs cleanup |
| 15 | * `wchar.h` missing all functions (!_HELENOS_SOURCE) |
| 16 | * `wctype.h` (!_HELENOS_SOURCE) |