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