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