MCPcopy 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
121int String_FormatFloat(char* buffer, int size, float value)
122{
123 return String_Printf(buffer, size, "%.6f", value);
124}
125
126bool String_HasChar(const char* str, char c)
127{

Callers 2

OutputExpressionMethod · 0.85
OutputExpressionMethod · 0.85

Calls 1

String_PrintfFunction · 0.85

Tested by

no test coverage detected