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