diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/README | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/test/README b/test/README index 646456c..00d7c31 100644 --- a/test/README +++ b/test/README @@ -34,14 +34,20 @@ stropts.h - fattach(), fdetach() not tested time.h - FD_* macros are not tested strings.h - ffs() not tested. stdio.h - fgetpos(), fgets(), fileno(), f*lockfile(), fopen(), not tested. -wchar.h - fgetwc(), fgetws() not tested. +wchar.h - fgetwc(), fgetws(), fwide() not tested. fmtmsg.h - fmtmsg() not tested. fnmatch.h - fnmatch() not tested. -unistd.h - fork(), fpathconf(), free() not tested. -stdio.h - *printf*, fputc(), fputwc(), fputws(), fread() not tested. +unistd.h - fork(), fpathconf(), free(), fsnyc(), *truncate() not tested. +stdio.h - *printf*, fputc(), fputwc(), fputws(), fread(), fwrite() not tested. stdio.h - freopen(), fscanf(), sscanf(), feek(), fseeko() not tested. -stdio.h - fsetpos() not tested. +stdio.h - fsetpos(), ftell(), ftello() not tested. math.h - frexp() not tested. +sys/statvfs.h - fstatvfs(), statvfs() untested. +sys/timeb.h - ftime() not tested. +sys/ipc.h - ftok() +ftw.h - ftw(), nftw() not tested. +wchar.h - fwprintf(), wprintf(), swprintf() not tested. +wchar.h - fwscanf(), wscanf(), swscanf() not tested. For other dependencies not tested, see the commented-out lines in deheader's dependency table. |