Rechercher une page de manuel
container_of
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
container_of - cast a member of a structure out to the containing structureSYNOPSIS
- container_of(ptr, type, member);
ARGUMENTS
ptr
- the pointer to the member.
type
- the type of the container struct this is embedded in.
member
- the name of the member within the struct.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre