c - Convert unsigned char array into uint8_t array? -


i need convert unsigned char array unit8_t array maybe has idea how it?

i tried information on internet, unfortunately did not succeed.

:)

so, have tried uint8_t* myuint8array = (uint8_t*)myuchararray; ?


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -