A
Alan Chen
Hi,
I have a byte array which I'd like to init to all 0xFF. The array size
is passed in as a parameter. What is the best way to do it?
I can certainly do it in a loop but it is not effecient.
Thanks in advance for your input!
I have a byte array which I'd like to init to all 0xFF. The array size
is passed in as a parameter. What is the best way to do it?
I can certainly do it in a loop but it is not effecient.
Thanks in advance for your input!