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