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