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