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