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