]> pd.if.org Git - pdclib.old/commit
Added any files yet missing for stdio.h.
authorsolar <>
Tue, 11 Jul 2006 05:58:21 +0000 (05:58 +0000)
committersolar <>
Tue, 11 Jul 2006 05:58:21 +0000 (05:58 +0000)
commite8945ee2684f5c8de0104ea183de2010ae72ffd5
tree28e9394b05041c70fd6fd55bb313ed8971dac733
parent47c487b59c2c2344fb0fb38baf2bb9acc54ebd0a
Added any files yet missing for stdio.h.
15 files changed:
Notes.txt
Readme.txt
draft.c [deleted file]
functions/stdio/fgetc.c [new file with mode: 0644]
functions/stdio/fgetpos.c [new file with mode: 0644]
functions/stdio/fgets.c [new file with mode: 0644]
functions/stdio/fseek.c [new file with mode: 0644]
functions/stdio/fsetpos.c [new file with mode: 0644]
functions/stdio/ftell.c [new file with mode: 0644]
functions/stdio/perror.c [new file with mode: 0644]
functions/stdio/puts.c [new file with mode: 0644]
functions/stdio/rewind.c [new file with mode: 0644]
functions/stdio/ungetc.c [new file with mode: 0644]
platform/example/functions/stdio/tmpfile.c [new file with mode: 0644]
platform/example/functions/stdio/tmpnam.c [new file with mode: 0644]