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