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