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