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