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