Generic Data Structures in C
🔒
https://dev.to
«Introduction
Since C doesn’t have templates like C++, void* is typically used in data structures since it can point to any type of data. For example, a node in a red-black tree might be something like:
typedef stru...»
Automatische Weiterleitung...
1.5s