|
|
|
|
|
by glouwbug
2220 days ago
|
|
Generic data structures work great if they use a void* since malloc returns a void*. Just malloc your structs, and suddenly a single set of 10 or so functions can work with all data types to build queues, lists, hash maps, etc |
|