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