next up previous
Next: print() Up: Brain Volume I/O Handling Previous: free_description()

copy_descriptions()  



Synopsis


description*
copy_descriptions( header *hdr )


Description
Allocates memory for and copies the entire descrition list in hdr.

Usage

d2 = copy\_description(hdr);

Creates a copy of the description chain. This copy can later be freed by

free\_description(d2);

Not often used by end user.

Revision


1.0  29/10-96   Ulrik Kjems


Program listing






Ulrik Kjems
6/3/1998