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