home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
files
/
program
/
mit2mot1
/
global.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-10-23
|
291 b
|
17 lines
#include <stdio.h>
typedef struct hash {
char *htext;
char *mapto;
int htype;
struct hash *next;
} Hash;
extern FILE *yyin, *yyout;
extern unsigned long line_num;
extern void mkhash();
extern int lookup();
extern void yyerror();
extern void init_hash(), clear_hash(), init_scanner();