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