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