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