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