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