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