I want to debug a program, but I can't figure out what I'm doing wrong. I am
screwing up a part of my libc (which I have access to the source for).
If I compile my own copy of these functions, is it possible to compile/link
a program against this library and the system's libc, but when both export
the functions, have the functions in my library hold precidence?
Thanks
screwing up a part of my libc (which I have access to the source for).
If I compile my own copy of these functions, is it possible to compile/link
a program against this library and the system's libc, but when both export
the functions, have the functions in my library hold precidence?
Thanks
Comment