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