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