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