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