git: 9front

ref: a4103734b4d8cb355c8435cdbeca2e18e2193e4e
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}