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