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