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