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