void sequence_copy

(int* target, int* source, int len)

copy one integer sequence.

Documentation

copy one integer sequence. Memory for target has to be allocated outside.
Parameters:
target - target sequence
source - source sequence
len - length of source sequence

Alphabetic index



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