summaryrefslogtreecommitdiff
path: root/libc/stdio1/BUGS
blob: 0e8e0dbd9f94f02b8909eafdd2a5628bb7d8faa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Error checking is known to be wanting.  However the author just wants to
get it working right now.

fread() and fwrite() are not supported.  open(), read(), write(), and close()
work very well for binary data.

fopen() is the only way to open a file.  None of the temp stuff is supported,
and frepon() is unsupported.

GNU extensions are unsupported.

Some printf specifications may not work.  Read the code for details of what
IS supported.

Other than that, this should be a perfectly normal stdio lib when it's finished.