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