6 lines
96 B
C
6 lines
96 B
C
|
|
void linked_list_init(
|
|
struct linked_list* list);
|
|
|
|
void link_init(
|
|
struct link* link);
|