= 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) * ```locale.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 L_tmpnam (in libposix), TMP_MAX, tmpfile+tmpnam (in libposix); fputwc should go to wchar.h * ```stdlib.h``` atof+strtof+strtod+strtold (in libposix), mblen+mbtowc+wctomb+mbstowcs+wcstombs (!_HELENOS_SOURCE) * ```string.h``` (in libposix, !_HELENOS_SOURCE) * ```tgmath.h``` * ```time.h``` probably needs cleanup * ```wchar.h``` missing all functions (!_HELENOS_SOURCE) * ```wctype.h``` (!_HELENOS_SOURCE)