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