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