shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}