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