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