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