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