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