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