shithub: plan9front

ref: 3fbcc5f4105f6add14d705ba46b684085e7e4e79
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}