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