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