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