Struct redefinition in C
I was trying to remake some generic containers from c++’s STL but in C.
For instance, this std::pair implementation works in C23:
I was trying to remake some generic containers from c++’s STL but in C.
For instance, this std::pair implementation works in C23: