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