From 0f0a0d163a49df85149fb93762ae8ab9060dfa9c Mon Sep 17 00:00:00 2001 From: andrewphorn Date: Sun, 28 Oct 2018 09:51:05 -0700 Subject: [PATCH] Trigger a rebuild to see if it works --- C-client-notes.md | 1 + 1 file changed, 1 insertion(+) 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``` | +