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