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