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