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