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