Added any files yet missing for stdio.h.
authorsolar <solar@546481bc-9713-0410-bf18-d3337bbf4a3e>
Tue, 11 Jul 2006 05:58:21 +0000 (05:58 +0000)
committersolar <solar@546481bc-9713-0410-bf18-d3337bbf4a3e>
Tue, 11 Jul 2006 05:58:21 +0000 (05:58 +0000)
commit09790f0e311b3418b0eb2e05a43ce738abbc1c14
tree28e9394b05041c70fd6fd55bb313ed8971dac733
parent7e5fa5957ef2d996f7c5cca646689927a4100222
Added any files yet missing for stdio.h.

git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@248 546481bc-9713-0410-bf18-d3337bbf4a3e
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]