= Libc / libposix TO DO list == Missing in libc == * ```float.h``` in libposix, but probably needs work * ```fenv.h``` in libposix, but probably needs work * ```inttypes.h``` missing imaxabs, imaxdiv (wcstoimax, wcstoumax) * ```local.h``` in libposix, but might need some work * ```math.h``` is in libmath * ```signal.h``` is in libposix, but need only subset * ```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