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