- or download this
for (i = 0; i <= av_len(padn); ++i) {
HE *hent;
...
/* do something interesting with the value from hent */
}
}
- or download this
for (i = 0; i <= av_len(padn); ++i) {
HE *hent;
...
}
}
}
- or download this
for (i = 0; i <= av_len(padn); ++i) {
SV **nameptr = av_fetch(padn, i, 0);
...
}
}
}