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