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