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