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