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