Help for this page

Select Code to Download


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