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