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