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