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