1
Answer

Casting and get an Object

Photo of subscribe

subscribe

20y
3.5k
1
Hi all. I have to cast a byte [] to an unsigned char _gc[]. I try to do: unsigned char array1 _gc[]; byte array2 []; memcpy (array1, array2, numBytes); but it doesnt work. Are there any function that can convert this types? Thanks!

Answers (1)