OSDN Git Service

SimpleHTMLEditorを追加。
[chnosproject/CHNOSProject.git] / CHNOSProject / chnos / tolset_chn_000 / chnos_008 / apilib.h
diff --git a/CHNOSProject/chnos/tolset_chn_000/chnos_008/apilib.h b/CHNOSProject/chnos/tolset_chn_000/chnos_008/apilib.h
deleted file mode 100644 (file)
index aee7c1e..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-typedef enum _bool { false, true} bool;\r
-typedef unsigned char uchar;\r
-typedef unsigned short ushort;\r
-typedef unsigned int uint;\r
-typedef enum _color_8 { black, red, green, yellow, \r
-                       blue, pink, light_blue, white, \r
-                       gray, brown, dark_green, gold, \r
-                       navy_blue, purple, dark_cyan, dark_gray} color_8;\r
-\r
-int rand(void);\r
-#define srand(seed) (void) (rand_seed = (seed))\r
-extern unsigned int rand_seed;\r
-\r
-void api_putchar(uchar c);\r
-//     hariboteOS:\8cÝ\8a·void api_putchar(int c);\r
-void api_putstr(uchar *s);\r
-//     hariboteOS:\8cÝ\8a·void api_putstr0(char *s);\r
-void api_end(void);\r
-//     hariboteOS:\8cÝ\8a·void api_end(void);\r
-uint api_openwin(uchar *buf, int xsize, int ysize, int col_inv, uchar *title);\r
-//     hariboteOS:\8cÝ\8a·int api_openwin(char *buf, int xsiz, int ysiz, int col_inv, char *title);\8cÝ\8a·\r
-void api_putstrwin(uint win, int x, int y, color_8 col, int len, uchar *str);\r
-//     hariboteOS:\8cÝ\8a·void api_putstrwin(int win, int x, int y, int col, int len, char *str);\r
-void api_boxfilwin(uint win, int x0, int y0, int x1, int y1, color_8 col);\r
-//     hariboteOS:\8cÝ\8a·void api_boxfilwin(int win, int x0, int y0, int x1, int y1, int col);\r
-void api_initmalloc(void);\r
-//     hariboteOS:\8cÝ\8a·void api_initmalloc(void);\r
-void *api_malloc(uint size);\r
-//     hariboteOS:\8cÝ\8a·char *api_malloc(int size);\r
-void api_free(void *addr, uint size);\r
-//     hariboteOS:\8cÝ\8a·void api_free(char *addr, int size);\r
-void api_point(uint win, int x, int y, color_8 col);\r
-//     hariboteOS:\8cÝ\8a·void api_point(int win, int x, int y, int col);\r
-void api_refreshwin(uint win, int x0, int y0, int x1, int y1);\r
-//     hariboteOS:\8cÝ\8a·void api_refreshwin(int win, int x0, int y0, int x1, int y1);\r
-void api_linewin(uint win, int x0, int y0, int x1, int y1, color_8 col);\r
-//void api_linewin(int win, int x0, int y0, int x1, int y1, int col);\r
-void api_closewin(uint win);\r
-//     hariboteOS:\8cÝ\8a·void api_closewin(int win);\r
-int api_getkey(bool wait);\r
-//     hariboteOS:\8cÝ\8a·int api_getkey(int mode);\r
-//int api_alloctimer(void);\r
-//void api_inittimer(int timer, int data);\r
-//void api_settimer(int timer, int time);\r
-//void api_freetimer(int timer);\r
-//void api_beep(int tone);\r
-//int api_fopen(char *fname);\r
-//void api_fclose(int fhandle);\r
-//void api_fseek(int fhandle, int offset, int mode);\r
-//int api_fsize(int fhandle, int mode);\r
-//int api_fread(char *buf, int maxsize, int fhandle);\r
-//int api_cmdline(char *buf, int maxsize);\r
-//int api_getlang(void);\r