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