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