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