shithub: plan9front

ref: 1f6a604c23b0a5cad68c8692e990a76c250e17df
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}