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