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