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