ref: b3b938d5ecb39e0548ab811ee1099e6dda67052f dir: /sys/src/liblex/yywrap.c/
#include <u.h> #include <libc.h> #include <stdio.h> int yywrap(void) { return 1; }