.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "LIST_SIZE" "" "06 October 2005" "" "" .SH NAME list_size \- Returns the size (in number of entries) of the .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp unsigned int list_size (struct list_head * \fIhead\fB); \fR .SH "ARGUMENTS" .TP \fB\fIhead\fB\fR The pointer to the head of the list to count the items in. .SH "DESCRIPTION" .PP supplied list.