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