shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}