naveenprakashj
Technical User
Hi all,
I want to redeclare/redefine a few of the library functions. For. Ex. localtime() of time.h
I have heaps of code wherein localtime() is used. I want to write a wrapper function for localtime as part of the local library which will override the standard localtime(). I dont want to visit each sourcecode and knock off the time.h declaration.
I would like to how know how this can be achieved. If you are not clear with my question, pls. let me know.
Thanks for your time.
I want to redeclare/redefine a few of the library functions. For. Ex. localtime() of time.h
I have heaps of code wherein localtime() is used. I want to write a wrapper function for localtime as part of the local library which will override the standard localtime(). I dont want to visit each sourcecode and knock off the time.h declaration.
I would like to how know how this can be achieved. If you are not clear with my question, pls. let me know.
Thanks for your time.