xref: /plan9/sys/include/ape/libl.h (revision 3e12c5d1bb89fc02707907988834ef147769ddaf)
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 
8 extern int printable(int);
9 extern void allprint(char);
10 extern int yyracc(int);
11 extern int yyreject(void);
12 extern void yyless(int);
13 extern int yywrap(void);
14 
15 #endif /* __LIBV_L */
16