|
|
|
|
|
by flohofwoe
426 days ago
|
|
Since you don't need to care about the 'outer type' in that case you just pass a pointer to the linked list header or a linked list node and that's it. If you need to access the outer type, just pass a pointer to that type (since your functions need to know the outer type anyway I don't think there's a need to reach for generics). |
|