char msg[256];
unsigned short int tempp8=0xffff;
sprintf (msg, "Checksum: %u ",tempp8);
WriteLine (iFile, msg, -1);
while run the program the msg value get wrong data
msg=34085812
char msg[256];
unsigned short int tempp8=0xffff;
sprintf (msg, "Checksum: %u ",tempp8);
WriteLine (iFile, msg, -1);
while run the program the msg value get wrong data
msg=34085812