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