shithub: front

ref: 077c1515172c66789b30d18be01f088381b2b8cb
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}