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