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