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