OSDN Git Service

AI003:config.txt, words.txtを追加。
[chnosproject/CHNOSProject.git] / CHNOSProject / chnos / tolset_chn_000 / z_tools / guigui00 / stdio.h
1 /* copyright(C) 2003 H.Kawai (under KL-01). */\r
2 \r
3 #if (!defined(STDIO_H))\r
4 \r
5 #define STDIO_H 1\r
6 \r
7 #if (defined(__cplusplus))\r
8         extern "C" {\r
9 #endif\r
10 \r
11 #if (!defined(NULL))\r
12         #define NULL    ((void *) 0)\r
13 #endif\r
14 \r
15 #include <stdarg.h>\r
16 \r
17 int sprintf(char *s, const char *format, ...);\r
18 int vsprintf(char *s, const char *format, va_list arg);\r
19 \r
20 #if (defined(__cplusplus))\r
21         }\r
22 #endif\r
23 \r
24 #endif\r