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