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