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