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