diff options
author | luther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-18 19:20:06 +0000 |
---|---|---|
committer | luther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-18 19:20:06 +0000 |
commit | 300da1e24e1e796d8d27f81f971e3566042c28ac (patch) | |
tree | 9bd6187e65b2b280292958a6c0b4f973cc334d6a /PACE/docs | |
parent | 473050db6866a29e3837f51c6be745dd25c32671 (diff) | |
download | ATCD-300da1e24e1e796d8d27f81f971e3566042c28ac.tar.gz |
Tue Jul 18 14:15:11 2000 Luther J Baker <luther@cs.wustl.edu>
Diffstat (limited to 'PACE/docs')
-rw-r--r-- | PACE/docs/PACE_POSIX_support.txt | 48 |
1 files changed, 47 insertions, 1 deletions
diff --git a/PACE/docs/PACE_POSIX_support.txt b/PACE/docs/PACE_POSIX_support.txt index 55cda07f43a..b4c746a8da2 100644 --- a/PACE/docs/PACE_POSIX_support.txt +++ b/PACE/docs/PACE_POSIX_support.txt @@ -158,4 +158,50 @@ FILE linux lynxos sunos win32 stat() -N umask() -N ............................................................. -
\ No newline at end of file +<stdio.h> + clearerr() -N + fclose() -N + ctermid() x + fdopen() -N + ferror() -N + feof() -N + fflush() -N + fileno() -N + fgetc() -N + fgetpos() -N + fgets() -N + flockfile() -N + fopen() -N + fputc() -N + fputs() -N + fread() -N + freopen() -N + fseek() -N + fsetpos() -N + ftell() -N + ftrylockfile() -N + funlockfile() -N + fwrite() -N + getc() -N + getc_unlocked() -N + getchar() -N + getchar_unlocked() -N + gets() -N + perror() -N + putc() -N + putc_unlocked() -N + putchar() -N + putchar_unlocked() -N + puts() -N + remove() -N + rename() -N + rewind() -N + setbuf() -N + setvbuf() -N + tmpfile() -N + tmpnam() -N + ungetc() -N + vfprintf() -N + vprintf() -N + vsprintf() -N +.............................................................
\ No newline at end of file |