OSDN Git Service

svn rev.329より移動。
[chnosproject/CHNOSProject.git] / CHNOSProject / chnos / tolset_chn_000 / z_tools / haribote / stdio.h
diff --git a/CHNOSProject/chnos/tolset_chn_000/z_tools/haribote/stdio.h b/CHNOSProject/chnos/tolset_chn_000/z_tools/haribote/stdio.h
new file mode 100644 (file)
index 0000000..9999635
--- /dev/null
@@ -0,0 +1,24 @@
+/* copyright(C) 2003 H.Kawai (under KL-01). */\r
+\r
+#if (!defined(STDIO_H))\r
+\r
+#define STDIO_H        1\r
+\r
+#if (defined(__cplusplus))\r
+       extern "C" {\r
+#endif\r
+\r
+#if (!defined(NULL))\r
+       #define NULL    ((void *) 0)\r
+#endif\r
+\r
+#include <stdarg.h>\r
+\r
+int sprintf(char *s, const char *format, ...);\r
+int vsprintf(char *s, const char *format, va_list arg);\r
+\r
+#if (defined(__cplusplus))\r
+       }\r
+#endif\r
+\r
+#endif\r