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