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