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