I have a unsigned char *data that points to a 32 character string. I
need to retrieve 2 characters in the middle of the string.
What is the best way to do this?
Platform is embedded 8-bit atmel processor.
Thanks
need to retrieve 2 characters in the middle of the string.
What is the best way to do this?
Platform is embedded 8-bit atmel processor.
Thanks
Comment