index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
ape
/
lib
/
l
/
yywrap.c
blob: 772ee0ae56a6fba3b2037a3edb6e45338a994096 (
plain
)
1
2
3
4
5
6
7
8
#include
<libl.h>
#include
<stdio.h>
int
yywrap
(
void
)
{
return
1
;
}