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