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