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