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