Bsoft function

count_list

Source:

src/util/linked_list.c

Description:

Counts the number of items in a linked list.

Algorithm:

	.

Arguments:

char* listfirst item in the linked list.

Returns:

long number of items in the list.

Prototype:

long count_list(char* list)

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


Back to the Bsoft home