Bsoft function

copy_list

Source:

src/util/linked_list.c

Description:

Generates a complete copy of a linked list.

Algorithm:

	.	

Arguments:

char* listlinked list.
unsigned longsize size of list item.

Returns:

char* new list.

Prototype:

char* copy_list(char* list, unsigned long size)

Functions used:

add_item


Generated by bdoc.pl on Thu Dec 16 10:52:12 2010


Back to the Bsoft home