MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / PrintFloat

Method PrintFloat

test/webidl/test.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 printf("|%s|%d|%s|%d|\n", s, i, anotherString, anotherInteger);
74 }
75 void PrintFloat(float f) { printf("%.2f\n", f); }
76 const char* returnAString() { return "a returned string"; }
77};
78

Callers 1

post.jsFile · 0.80

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected