What should I do if I have two libraries that provide functions with equivalent names?
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.