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