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