diff options
| -rw-r--r-- | c.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/c.html.markdown b/c.html.markdown index 8e170300..79b7aec7 100644 --- a/c.html.markdown +++ b/c.html.markdown @@ -573,7 +573,7 @@ typedef void (*my_fnp_type)(char *);  '\''; // single quote  '\"'; // double quote  '\xhh'; // hexadecimal number. Example: '\xb' = vertical tab character -'\ooo'; // octal number. Example: '\013' = vertical tab character +'\0oo'; // octal number. Example: '\013' = vertical tab character  //print formatting:  "%d";    // integer | 
