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