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