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