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