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