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