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