diff --git a/C-client-notes.md b/C-client-notes.md index 4e8d52076..65c5cc30a 100644 --- a/C-client-notes.md +++ b/C-client-notes.md @@ -97,3 +97,4 @@ void String_Format4(str, format, a1, a2, a3, a4); | ```%r``` | char | ```%r``` of ```47``` = ```\``` | | ```%x``` | uintptr_t | ```%x``` of ```31``` = ```2F``` | | ```%h``` | uint32_t | ```%h``` of ```11``` = ```B``` | +