git: 9front

ref: 35cffbd08f2428ef2b9be2bc293aa4b345cf082a
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}