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