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