home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
zip
/
mint
/
mntlib16.lzh
/
MNTLIB16
/
ALGLOBAL.C
< prev
next >
Wrap
C/C++ Source or Header
|
1993-08-03
|
530b
|
20 lines
/*
* lineA globals for both inline and non-inline lineA bindings
*/
#include <linea.h>
/* global vars */
/* Pointer to line a parameter block returned by init */
__LINEA *__aline;
/* Array of pointers to the three system font headers
returned by init (in register A1) */
__FONT **__fonts;
/* Array of pointers to the 16 line a functions returned
by init (in register A2) only valid in ROM'ed TOS */
#ifdef __STDC__
short (**__funcs)(void);
#else
short (**__funcs)();
#endif