shithub: plan9front

ref: 159f96c534563f26edeeb227cd00f1bdd3bd2596
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}