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