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