cconflictname-collision

What should I do if two libraries provide a function with the same name generating a conflict?


What should I do if I have two libraries that provide functions with equivalent names?


Solution

  • Apropos the comments: By "export" I mean to make visible to modules linking to the library---equivalent to the extern keyword at file scope. How this is controlled is OS and linker dependent. And it is something I always have to look up.