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