sequence_d_t* sequence_d_calloc

(long seq_number)

Memory allocation for a double sequence struct.

Documentation

Memory allocation for a double sequence struct. Allocates arrays of lenght seq\_number. NO allocation for the actual sequence, since its length is unknown.
Parameters:
- seq\_number: number of sequences
Returns:
: pointer of sequence struct

Alphabetic index



This page was generated with the help of DOC++.