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