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