ref: e54b98b92961ba0a3cb4eee7b2da80c8dafbeb57 dir: /sys/src/ape/lib/l/yywrap.c/
#include <libl.h> #include <stdio.h> int yywrap(void) { return 1; }