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