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