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