shithub: plan9front

ref: de34481f8b80306b58687c1a3039feb785c4f98f
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}