A SERVICE OF

logo

Function Reference 4-105
// Display results
printf("Character read is %c\n", ucCharacter);
if (ucAttribute == 0x07)
printf("Attribute read is\nnormal");
else
printf("Attribute read is\nreverse");
}