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