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