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