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