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