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