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