Rechercher une page de manuel
list_del
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
list_del - deletes entry from list.SYNOPSIS
- void list_del(struct list_head * entry);
ARGUMENTS
entry
- the element to delete from the list.
NOTE
list_empty on entry does not return true after this, the entry is in an undefined state.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre