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