trigger one last build

This commit is contained in:
andrewphorn 2018-10-28 10:09:57 -07:00 committed by GitHub
parent 29fd6c1794
commit d6823699c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,4 +96,4 @@ void String_Format4(str, format, a1, a2, a3, a4);
| ```%s``` | String | ```%s``` of ```{"ABCD", 2, 4}``` = ```AB``` |
| ```%r``` | char | ```%r``` of ```47``` = ```\``` |
| ```%x``` | uintptr_t | ```%x``` of ```31``` = ```2F``` |
| ```%h``` | uint32_t | ```%h``` of ```11``` = ```B``` |
| ```%h``` | uint32_t | ```%h``` of ```11``` = ```B``` |