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