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