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