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