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