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