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