home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilsd / explain / !Explain / h / lookup next >
Encoding:
Text File  |  1994-04-29  |  159 b   |  12 lines

  1. /* lookup.h */
  2.  
  3. #ifndef __lookup_h
  4. #define __lookup_h
  5.  
  6. #include "os.h"
  7.  
  8. os_error *lookup_init(char *name);
  9. char *lookup(char *token);
  10.  
  11. #endif /* __lookup_h */
  12.