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