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