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