git: 9front

ref: efcb01ff88fa0effa948673c710ee5ce9de308de
dir: /sys/src/liblex/yywrap.c/

View raw version
#include	<u.h>
#include	<libc.h>
#include	<stdio.h>

int
yywrap(void)
{
	return 1;
}