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