Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - How to convert unit data into array by C language of single chip microcomputer
How to convert unit data into array by C language of single chip microcomputer
The UINT type is another definition of unsigned int, which corresponds to a 32-bit unsigned integer, occupying 4 bytes, and does not have to be converted into an array unless it is specially needed. Converted to a two-member short integer array and converted to a four-member character array.