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