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