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