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