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