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