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