
11. SAMPLE PROGRAM
B–61863E–1/06
APPLICATION
PROGRAMMING GUIDE
460
-105, 111, 0xc4, -105, 111, -105, 93,
14 ,
-105, 109, 0xc4, -105, 109, -105, 93,
14 ,
-105, 107, 0xc4, -105, 107, -105, 93,
14 ,
-105, 105, 0xc4, -105, 105, -105, 93,
14 ,
-105, 103, 0xc4, -105, 103, -105, 93
};
/* disp save data */
const static short save_data[] = { 0, 0, 0 } ;
/* paint data */
const static short paint_data[] = {-105,93, 7};
short sys ; /* CRT type */
char str[80] ; /* string buffer */
unsigned long req_sz ;
unsigned long alloc_sz ;
unsigned long alloc_adr ;
short svno ;
short f_dspsave ;
short f_grpopen ;
struct dsp_inf {
unsigned short len ;
short atr ;
short form ;
short x ;
short y ;
char buf[80];
} disp ;