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