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