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