]> git.lizzy.rs Git - plan9front.git/blob - sys/src/liblex/yywrap.c
stats: get rid of the legacy import fallback
[plan9front.git] / sys / src / liblex / yywrap.c
1 #include        <u.h>
2 #include        <libc.h>
3 #include        <stdio.h>
4
5 int
6 yywrap(void)
7 {
8         return 1;
9 }