git: 9front

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

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

int
yywrap(void)
{
	return 1;
}