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