MCPcopy Create free account
hub / github.com/beefytech/Beef / Write

Method Write

BeefySysLib/FileStream.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void FileStream::Write(void* ptr, int size)
149{
150 fwrite(ptr, 1, size, mFP);
151}
152
153int FileStream::GetPos()
154{

Callers

nothing calls this directly

Calls 1

BfpFile_WriteFunction · 0.50

Tested by

no test coverage detected