shithub: front

ref: 20780e694e13d767f637e1e27961b00d5cbe2607
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}