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