MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / String_AppendBool

Function String_AppendBool

src/String.c:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void String_AppendBool(cc_string* str, cc_bool value) {
164 String_AppendConst(str, value ? "True" : "False");
165}
166
167int String_MakeUInt32(cc_uint32 num, char* digits) {
168 int len = 0;

Callers 1

String_Format4Function · 0.85

Calls 1

String_AppendConstFunction · 0.85

Tested by

no test coverage detected