This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

"problems" with strcat

Hello Everybody
I want to attach one String to another.
The String that I want to attach is for example: {0x01,0x02,0x03,0x00,0x05}

the strcat doesn't copy the bytes after 0x03 because it detects 0x00 as the NUL-Terminator I guess.

its the same when I use strncat with the right length parameter.

...but I really need to handle strings like that!

Who can help?

Thanx a lot

Parents Reply Children
No data