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