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