MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / write_data_internal

Function write_data_internal

libCacheSim/dataStructure/sparsepp/spp.h:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183
184 template<typename Ignored>
185 inline bool write_data_internal(Ignored* /*unused*/, FILE* fp,
186 const void* data, size_t length)
187 {
188 return fwrite(data, length, 1, fp) == 1;
189 }
190
191 // ----- low-level I/O for iostream ----
192

Callers 1

write_dataFunction · 0.85

Calls 1

Tested by

no test coverage detected