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