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