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