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