OSDN Git Service

AI003:config.txt, words.txtを追加。
[chnosproject/CHNOSProject.git] / CHNOSProject / chnos / tolset_chn_000 / chnos_008 / winhelo / winhelo.c
1 #include<apilib.h>\r
2 \r
3 uchar win_buf[150 * 50];\r
4 \r
5 void CHNMain(void)\r
6 {\r
7         uint winID;\r
8         \r
9         winID = api_openwin(win_buf, 150, 50, 0, "WinHello");\r
10         for(;;){\r
11                 if(api_getkey(true) == 0x0a) break;\r
12         }\r
13         api_end();\r
14 }\r