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