Movatterモバイル変換


[0]ホーム

URL:


list_for_each_entry
Prev Doubly Linked Lists Next

Name

list_for_each_entry — iterate over list of given type

Synopsis

list_for_each_entry(pos,
 head,
 member);
 

Arguments

pos

the type * to use as a loop cursor.

head

the head for your list.

member

the name of the list_head within the struct.


Prev Up Next
list_for_each_prev_safe Home list_for_each_entry_reverse

[8]ページ先頭

©2009-2025 Movatter.jp