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