git: 9front

ref: 02dc6c44a85722d2ee7e1fe788f404fc286a3f50
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}