> That'll enable a pointer-copy, is there a way to copy c-strings that you > don't know the size of?
Well you can count the size via `strlen`.
> That'll enable a pointer-copy, is there a way to copy c-strings that you > don't know the size of?
Well you can count the size via `strlen`.