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