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