sequence_t* sequence_calloc

(long seq_number)

Memory allocation for an integer sequence struct.

Documentation

Memory allocation for an integer 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++.