git: 9front

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

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

int
yywrap(void)
{
	return 1;
}