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