Help Needed: How to overwrite library functions.
Mynampati, Venkata S.
MynamVS@nsc-msg01.network.com
Wed Mar 20 08:38:00 GMT 2002
Hi,
I have this issue where i have an archive, whose member
"1.o" contains functions named A(), B(), C().
Now, i want to write a module, in which i want to use A() , BUT
overwrite B() and C() and YET link both "1.o" and my own module
together with rest of the system.
i.e
1.o contains A(), B() and C()
say 2.o contains my_A(), B(), C(), where
my_A()
{
/*do something*/;
A(); => linked from 1.o
}
Thanks for your time and help.
Regards,
Venkat
Worry about chances you miss when you don't even try.
More information about the Gcc-help
mailing list