|
|
|
|
|
by kajaktum
1146 days ago
|
|
I mean…you can technically have a function that take void* and return void* be the interface. But you wouldn’t be able to represent things like iterator and chain them together without care. In C you would be tripping all over the slight details like forgetting to check errno or something. |
|