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