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