MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / WriteStringNull

Method WriteStringNull

Source/SimpleFile.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void CSimpleFile::WriteStringNull(std::string_view sv)
109{
110 WriteBytes(sv);
111 m_fFile.put('\0');
112}
113
114uint8_t CSimpleFile::ReadUint8()
115{

Callers 1

NSFEWriteBlocksFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected