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