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