shithub: plan9front

ref: 5fb37e15b68c5a523485edef7190a1fead96944a
dir: /sys/src/liblex/yywrap.c/

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

int
yywrap(void)
{
	return 1;
}