MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / writeComment

Function writeComment

TheForceEngine/TFE_System/iniParser.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 void writeComment(FileStream& file, const char* comment)
42 {
43 snprintf(s_lineBuffer, LINEBUF_LEN, ";%s\r\n", comment);
44 file.writeBuffer(s_lineBuffer, (u32)strlen(s_lineBuffer));
45 }
46
47 void writeKeyValue_String(FileStream& file, const char* key, const char* value)
48 {

Callers

nothing calls this directly

Calls 1

writeBufferMethod · 0.45

Tested by

no test coverage detected