We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393ecc6 commit 177a5e8Copy full SHA for 177a5e8
README.md
@@ -2,7 +2,7 @@
2
3
### Examples: ###
4
5
-```
+```cpp
6
cprintf(stdout, "Characters: $R%c %c \n", 'a', 65);
7
cprintf(stderr, "$GDecimals$?: %d %ld\n", 1977, 650000L);
8
cprintf("$BPreceding with blanks: %10d \n", 1977);
0 commit comments