LIST_ADD
Section: (9)
Updated: 09 April 2004
Index
Return to Main Contents
NAME
list_add - add a new entry
SYNOPSIS
void list_add (struct list_head * new, struct list_head * head);
ARGUMENTS
- new
-
new entry to be added
- head
-
list head to add it after
DESCRIPTION
Insert a new entry after the specified head.
This is good for implementing stacks.
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.0.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 09:20:06 GMT, April 09, 2004