shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}