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