summaryrefslogtreecommitdiff
path: root/libc/include/stdio.h
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-02-05 11:06:07 -0800
committerPixel <pixel@nobis-crew.org>2011-02-05 11:06:07 -0800
commit8b1fadd6a89f12cbc81c5d621a75b91dd9eedec2 (patch)
tree0b130b02101391e206c07cb0a1c9031bb4d27f21 /libc/include/stdio.h
parent4830af498e2d3a5440e65c63a3595b91f1cd4ac9 (diff)
Adding Sun's fdlibm, and libnix's scanf, tweaked to become an xscanf. Adding a few more libc inlined also.
Diffstat (limited to 'libc/include/stdio.h')
-rw-r--r--libc/include/stdio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/include/stdio.h b/libc/include/stdio.h
index 1be0c6e..ee6226f 100644
--- a/libc/include/stdio.h
+++ b/libc/include/stdio.h
@@ -7,6 +7,8 @@
#include <unistd.h>
#include <malloc.h>
+static const int EOF = -1;
+
struct _FILE {
int fd;
};