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