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