MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / writeString

Function writeString

extern/icu/tzdata/update-ids.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49
50void writeString(ofstream& stream, const char* str, bool includeNullByte)
51{
52 stream.write(str, strlen(str) + (includeNullByte ? 1 : 0));
53}
54
55
56int run(int argc, const char* argv[])

Callers 1

runFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected