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