shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}