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