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