Rechercher une page de manuel
list_first_entry
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
list_first_entry - get the first element from a listSYNOPSIS
- list_first_entry(ptr, type, member);
ARGUMENTS
ptr
- the list head to take the element from.
type
- the type of the struct this is embedded in.
member
- the name of the list_struct within the struct.
DESCRIPTION
Note, that list is expected to be not empty.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre