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