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