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