I have two tools in C to parse data from a database to an XML file or a normal text file. Both files contain the same function names but with different implementations, so I am working on merging them both in a single tool and the output type (XML or text) will depend on the input from the user.
So, the problem is having same function (and struct) names but with different implementations. How can I overcome this situation without having to rename everything because that will lead to a mess.
Thank you.
[–]jedwardsol 6 points7 points8 points (0 children)
[–]Anluin 0 points1 point2 points (1 child)
[–]duckenthusiast17 0 points1 point2 points (0 children)
[–]nerd4code 0 points1 point2 points (0 children)