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