Plan 9 from Bell Labs’s /usr/web/sources/plan9/sys/include/ape/libl.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#ifndef __LIBL_H
#define __LIBL_H
#ifndef _RESEARCH_SOURCE
   This header file is not defined in ANSI or POSIX
#endif
#pragma lib "/$M/lib/ape/libl.a"

extern int printable(int);
extern void allprint(char);
extern int yyracc(int);
extern int yyreject(void);
extern void yyless(int);
extern int yywrap(void);

#endif /* __LIBV_L */

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.