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