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