file under a specific namespace in C? I'm attempting to wrap a completely header based C lib and I want to be able to use the same method names without having collisions.
What!! There are no namespaces in C.
Not possible. C won't do anything like that you are on your own. Refactor the code ASAP.
Обсуждают сегодня