home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
help
/
explain_1
/
Explain
/
!Explain
/
h
/
lookup
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-04-29
|
159 b
|
12 lines
/* lookup.h */
#ifndef __lookup_h
#define __lookup_h
#include "os.h"
os_error *lookup_init(char *name);
char *lookup(char *token);
#endif /* __lookup_h */