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