shithub: plan9front

ref: 022bc980b88ca6c06df2f4055ecc0b62231f01ea
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}