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