shithub: plan9front

ref: 0bc963f9289643010f18f0adf90441f83141c04c
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}