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