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