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