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