shithub: plan9front

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

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

int
yywrap(void)
{
	return 1;
}