ack/mach/proto/ncg/glosym.h

10 lines
163 B
C
Raw Normal View History

1985-01-08 15:34:54 +00:00
/* $Header$ */
typedef struct glosym {
struct glosym *gl_next;
string gl_name;
word gl_rom[MAXROM+1];
} glosym_t,*glosym_p;
glosym_p lookglo();