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