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