MCPcopy Create free account
hub / github.com/ddnet/ddnet / io_write

Function io_write

src/base/io.cpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212unsigned io_write(IOHANDLE io, const void *buffer, unsigned size)
213{
214 return fwrite(buffer, 1, size, (FILE *)io);
215}
216
217bool io_write_newline(IOHANDLE io)
218{

Callers 15

AutoStatCSVMethod · 0.85
DumpMethod · 0.85
CallbackSaveSoundMethod · 0.85
ConDrySaveMethod · 0.85
ExtractMapSoundsFunction · 0.85
ProcessFunction · 0.85
ProcessServerPacketMethod · 0.85
RunMethod · 0.85
StartMethod · 0.85
FlushChunkMethod · 0.85
StopMethod · 0.85
SavePngMethod · 0.85

Calls

no outgoing calls

Tested by 6

ExpectMethod · 0.68
ExpectFullMethod · 0.68
TestFileReadFunction · 0.68
TestFileLengthFunction · 0.68
TESTFunction · 0.68
TestFileLineReaderRawFunction · 0.68