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