I understand a compiler error will be generated if no prototype for the function is found. But lets say I knew that a library contained some non-public function, and I created my own prototype for it (matching the one inside the static lib), would the linker be able to pull this in?I understand a compiler error will be generated