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