home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / assembler / as / src / h / help_lex < prev    next >
Encoding:
Text File  |  1992-07-20  |  249 b   |  17 lines

  1. /*
  2.  * help_lex.h
  3.  * Copyright © 1992 Niklas Röjemo
  4.  */
  5.  
  6. #ifndef _help_lex_h
  7. #define _help_lex_h
  8.  
  9. #ifndef _global_h
  10. #include "global.h"
  11. #endif
  12.  
  13. WORD lexGetCharFromString( int *ilen, char **istr);
  14. WORD lexChar2Int(BOOL rev,int len,char *str);
  15.  
  16. #endif
  17.