| | 1 | = Libc / libposix TO DO list |
| | 2 | |
| | 3 | == Missing in libc == |
| | 4 | |
| | 5 | * ```float.h``` in libposix, but probably needs work |
| | 6 | * ```fenv.h``` in libposix, but probably needs work |
| | 7 | * ```inttypes.h``` missing imaxabs, imaxdiv (wcstoimax, wcstoumax) |
| | 8 | * ```local.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``` missing fpos_t, FOPEN_MAX, L_tmpnam (in libposix), TMP_MAX, tmpfile+tmpnam (in libposix); fgetpos+fsetpos+perror (in libposix) fputwc should go to wchar.h |