shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}