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