MAXHDR
char *st_hdrs[MAXHDR];
for (int i = 0; i < MAXHDR && st->st_hdrs[i] != NULL; i++) {
if (i >= MAXHDR) {