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