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