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