gno/bin/vi/gsos.h
gdr-ftp 784e3de7cd Initial checkin of aroff, binprint, center, less, ls, make, makemake,
passwd, ps, purge, shutdown, stty, upper, and vi.  These sources are
for the versions of the utils shipped with GNO v2.0.4.
1998-03-09 08:30:21 +00:00

17 lines
294 B
C

/*
* Apple //gs GSOS Machine-dependent routines.
*/
void flushbuf(void);
int inchar(void);
int outchar(char);
void outstr(char *);
void toutstr(char *);
void beep(void);
void windinit(void);
void windexit(int);
void windgoto(int,int);
void delay(void);
unsigned int sleep(unsigned int);