Changes between Initial Version and Version 1 of LibCLibPosixTODO


Ignore:
Timestamp:
2018-06-15T14:06:40Z (6 years ago)
Author:
Jiri Svoboda
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • LibCLibPosixTODO

    v1 v1  
     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