Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alecazam/kram
/ String_FormatFloat
Function
String_FormatFloat
hlslparser/src/Engine.cpp:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
int String_FormatFloat(char* buffer, int size, float value)
122
{
123
return String_Printf(buffer, size,
"%.6f"
, value);
124
}
125
126
bool String_HasChar(const char* str, char c)
127
{
Callers
2
OutputExpression
Method · 0.85
OutputExpression
Method · 0.85
Calls
1
String_Printf
Function · 0.85
Tested by
no test coverage detected