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