|
>A way that you can copy char to another char without using strcpy I guess.
Then the function I gave should be answer enough.
>Why would you like to find a different way?
Anyone can use library functions, but good programmers also know how they work under the hood. The only way to truly learn how they work is to implement them.
|