8 lines
104 B
C
8 lines
104 B
C
|
|
void linked_list_append(
|
|
struct linked_list* this,
|
|
struct value* value,
|
|
size_t offset);
|
|
|
|
|
|
|