xref
: /
plan9-contrib
/
sys
/
src
/
ape
/
lib
/
l
/
yywrap.c
(revision ec59a3ddbfceee0efe34584c2c9981a5e5ff1ec4)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
libl.h
>
2
#
include
<
stdio.h
>
3
4
int
5
yywrap
(
void
)
6
{
7
return
1
;
8
}
9