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