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