shithub: plan9front

ref: 6d9edeeb67a0b1e92f141f2745d36891fbd4e135
dir: /sys/src/liblex/yywrap.c/

View raw version
#include	<u.h>
#include	<libc.h>
#include	<stdio.h>

int
yywrap(void)
{
	return 1;
}