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