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