Explore
/
Sign In
/
Unknown
Unknown
Fork
Star
Artifacts
type-definition
77-StructDefinition
type.h
0 lines
|
154 B
struct _PACKED _SIZE(48) linked_list_node { uint64_t data[5]; /// This is the pointer to the next linked list element linked_list_node *next; };
Loading...