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