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