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