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