shithub: front

ref: 528fa0acfa3532dee4a50fca1ae49d147403edfc
dir: /sys/src/ape/lib/l/yywrap.c/

View raw version
#include	<libl.h>
#include	<stdio.h>

int
yywrap(void)
{
	return 1;
}