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