Open dxdxdt opened 3 years ago
Checklist
"C_Cpp.enhancedColorization": "Disabled"
#include <inttypes.h> #include <stdint.h> #include <stdio.h> int main (void) { uint8_t n = 0x01; return printf("%02"PRIx8"\n", n) == 1; }
The "%" not red.
Checklist
"C_Cpp.enhancedColorization": "Disabled"
The code with a problem is:
It looks like:
It should look like:
The "%" not red.