libl.h 331 B

123456789101112131415
  1. #ifndef __LIBL_H
  2. #define __LIBL_H
  3. #ifndef _RESEARCH_SOURCE
  4. This header file is not defined in ANSI or POSIX
  5. #endif
  6. #pragma lib "/$M/lib/ape/libl.a"
  7. extern int printable(int);
  8. extern void allprint(char);
  9. extern int yyracc(int);
  10. extern int yyreject(void);
  11. extern void yyless(int);
  12. extern int yywrap(void);
  13. #endif /* __LIBV_L */