<div dir="ltr"><div><div><div>Hi.<br><br>I compiled some simple code using clang that prints to console using printf. When I check the name of the symbols in the compiled object file I find <br><br></div>_printf<br><br></div>
I'm wondering why the name appears to be mangled when the printf function in msvcr110.dll is simply "printf." How does the linker match up these symbols correctly? <br><br></div>Thanks.<br></div>