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