summaryrefslogtreecommitdiff
path: root/_stdio.h
diff options
context:
space:
mode:
Diffstat (limited to '_stdio.h')
-rw-r--r--_stdio.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/_stdio.h b/_stdio.h
new file mode 100644
index 0000000..bc96470
--- /dev/null
+++ b/_stdio.h
@@ -0,0 +1,39 @@
+#ifndef NULL
+#error NULL not defined
+#endif
+#ifndef _IOFBF
+#error _IOFBF not defined
+#endif
+#ifndef _IOLBF
+#error _IOLBF not defined
+#endif
+#ifndef _IONBF
+#error _IONBF not defined
+#endif
+#ifndef BUFSIZ
+#error BUFSIZ not defined
+#endif
+#ifndef EOF
+#error EOF not defined
+#endif
+#ifndef FILENAME_MAX
+#error FILENAME_MAX not defined
+#endif
+#ifndef FOPEN_MAX
+#error FOPEN_MAX not defined
+#endif
+#ifndef L_tmpnam
+#error L_tmpnam not defined
+#endif
+#ifndef SEEK_CUR
+#error SEEK_CUR not defined
+#endif
+#ifndef SEEK_END
+#error SEEK_END not defined
+#endif
+#ifndef SEEK_SET
+#error SEEK_SET not defined
+#endif
+#ifndef TMP_MAX
+#error TMP_MAX not defined
+#endif