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