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