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