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

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -