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