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