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