git: 9front

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

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

int
yywrap(void)
{
	return 1;
}