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