How does the linker know if a symbol is being used (e.g. a function call)? Or are declarations optimized away by the compiler?
How does the linker know if a symbol is being used (e.g. a function call)? Or are declarations optimized away by the compiler?