OSDN Git Service

SimpleHTMLEditorを追加。
[chnosproject/CHNOSProject.git] / CHNOSProject / chnos / tolset_chn_000 / chnos_008 / winhelo2 / winhelo2.c
diff --git a/CHNOSProject/chnos/tolset_chn_000/chnos_008/winhelo2/winhelo2.c b/CHNOSProject/chnos/tolset_chn_000/chnos_008/winhelo2/winhelo2.c
deleted file mode 100644 (file)
index d0df5b2..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#include <apilib.h>\r
-\r
-uchar win_buf[150 * 50];\r
-\r
-void CHNMain(void)\r
-{\r
-       uint winID;\r
-       \r
-       winID = api_openwin(win_buf, 150, 50, -1, "WinHello2");\r
-       api_boxfilwin(winID, 8, 36, 141, 43, yellow);\r
-       api_putstrwin(winID, 30, 30, black, 12, "hello,world");\r
-       for(;;){\r
-               if(api_getkey(true) == 0x0a) break;\r
-       }\r
-       api_end();\r
-}\r