OSDN Git Service

SimpleHTMLEditorを追加。
[chnosproject/CHNOSProject.git] / CHNOSProject / chnos / tolset_chn_000 / z_tools / haribote / errno.h
diff --git a/CHNOSProject/chnos/tolset_chn_000/z_tools/haribote/errno.h b/CHNOSProject/chnos/tolset_chn_000/z_tools/haribote/errno.h
deleted file mode 100644 (file)
index c1ffd85..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/* copyright(C) 2003 H.Kawai (under KL-01). */\r
-\r
-#if (!defined(ERRNO_H))\r
-\r
-#define ERRNO_H        1\r
-\r
-#if (defined(__cplusplus))\r
-       extern "C" {\r
-#endif\r
-\r
-extern int errno;\r
-\r
-#define        ENOENT          2       /* No such file or directory */\r
-#define        ERANGE          34      /* Result too large (or too small) */\r
-\r
-#if (defined(__cplusplus))\r
-       }\r
-#endif\r
-\r
-#endif\r