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