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