git: 9front

ref: 218a172153e7a274fe80c495abd91bdf5e8ea5fb
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}