git: 9front

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

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

int
yywrap(void)
{
	return 1;
}