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