git: 9front

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

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

int
yywrap(void)
{
	return 1;
}