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