Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
163
void String_AppendBool(cc_string* str, cc_bool value) {
164
String_AppendConst(str, value ?
"True"
:
"False"
);
165
}
166
167
int String_MakeUInt32(cc_uint32 num, char* digits) {
168
int len = 0;
Callers
1
String_Format4
Function · 0.85
Calls
1
String_AppendConst
Function · 0.85
Tested by
no test coverage detected