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