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