Subversion Repositories planix.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 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 */