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