shithub: plan9front

ref: 2994fccbe1b881c3fa2838926d22af8aeda89640
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}