shithub: front

ref: 1fd5f5205dd80e00b9a069567e46dd3a261ecd24
dir: /sys/src/ape/lib/l/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}