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