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