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