home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume3 / texchk / part1 / texchars.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-11-30  |  198 b   |  8 lines

  1. extern init_legal_chars();
  2.  
  3. extern char Lgl_Chars[];
  4. extern char Lgl_Single_Char_Commands[];
  5.  
  6. #define LGL_CHAR(x) (Lgl_Chars[(x)])
  7. #define LGL_SINGLE_COMMAND_CHAR(x) (Lgl_Single_Char_Commands[(x)])
  8.