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

Method WriteInt8

Source/SimpleFile.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void CSimpleFile::WriteInt8(int8_t Value)
68{
69 m_fFile.put(Value);
70}
71
72void CSimpleFile::WriteInt16(int16_t Value)
73{

Callers 5

FillMethod · 0.80
WriteToFTIMethod · 0.80
DoWriteToFTIMethod · 0.80
~COutputWaveStreamMethod · 0.80
DoWriteSampleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected