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