X-Git-Url: http://git.osdn.net/view?p=chnosproject%2FCHNOSProject.git;a=blobdiff_plain;f=CHNOSProject%2Fchnos%2Ftolset_chn_000%2Fchnos_009%2Fchnapi.h;fp=CHNOSProject%2Fchnos%2Ftolset_chn_000%2Fchnos_009%2Fchnapi.h;h=c2494388f5975491f5955ac1855ab7d2bcd09eaa;hp=0000000000000000000000000000000000000000;hb=7ad2ef33b005253914c33f34658c5a35a74554a3;hpb=bcbf8f3753455cca09c00d4d971518e1da897cbc diff --git a/CHNOSProject/chnos/tolset_chn_000/chnos_009/chnapi.h b/CHNOSProject/chnos/tolset_chn_000/chnos_009/chnapi.h new file mode 100644 index 0000000..c249438 --- /dev/null +++ b/CHNOSProject/chnos/tolset_chn_000/chnos_009/chnapi.h @@ -0,0 +1,8 @@ + +typedef unsigned char uchar; +typedef unsigned short ushort; +typedef unsigned int uint; + +void api_putchar(uchar c); //hariboteOSŒÝŠ·: void api_putchar(int c); +void api_putstr(uchar *s); //hariboteOSŒÝŠ·: void api_putstr0(char *s); +void api_end(void); //hariboteOSŒÝŠ·: void api_end(void);