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