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