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