]> pd.if.org Git - pdclib/commit
Added any files yet missing for stdio.h.
authorsolar <unknown>
Tue, 11 Jul 2006 05:58:21 +0000 (05:58 +0000)
committersolar <unknown>
Tue, 11 Jul 2006 05:58:21 +0000 (05:58 +0000)
commite5112b619d1aae8ffc439389cfcbd3b2b4bd2454
tree28e9394b05041c70fd6fd55bb313ed8971dac733
parent77d3087b1ec0eba88e55de1e90efc43948a023c5
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]