Home > Back-end >  Byte data in the position of not filling supplementary Byte ($00)
Byte data in the position of not filling supplementary Byte ($00)

Time:09-21

S: I define a byte array array of [423] 1..., may S [I]... S [j] defines value, it did not define place want to use the byte ($00) to fill, is there any way, thank you

CodePudding user response:

Fillchar (s, izeof (s), 0).

Define s [I] again... S [j]
  • Related