git: 9front

ref: 811cf03fc0ec87adf4e10ec09242f863bd2310eb
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}