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