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