Hi,
I've got a piece of software that was written with curses in 1994.
At that time, I think curses has no function called "box".
My application defined a function called "box"
So that these symbols collided.
How would I "shadow" the curses' box function and make use of my own box function with the cc compiler?
Thanks
Jack
I've got a piece of software that was written with curses in 1994.
At that time, I think curses has no function called "box".
My application defined a function called "box"
So that these symbols collided.
How would I "shadow" the curses' box function and make use of my own box function with the cc compiler?
Thanks
Jack