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