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