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