shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}