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