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