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