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