shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}