git: 9front

ref: 69ad74ec96187d96516f1c7e0f7e95063bdee47f
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}