Types
Singly-Linked List data types. More...
Data Structures |
|
struct | gos_safe_slinked_list_entry_t |
struct | gos_safe_slinked_list_t |
Typedefs |
|
typedef bool(* | gos_safe_slinked_list_callback_t ) (void *user, void *entry) |
Detailed Description
Singly-Linked List data types.
Typedef Documentation
◆ gos_safe_slinked_list_callback_t
typedef bool(* gos_safe_slinked_list_callback_t) (void *user, void *entry) |
Callback prototype
This is a callback prototype used by various APIs in this library.
- Parameters
-
user
User argument provided to calling API entry
List entry
- Returns
- Seeing corresponding API doc