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