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