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