MCPcopy Create free account
hub / github.com/WheretIB/nullc / FileWriteD

Function FileWriteD

NULLC/includes/file.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 FileWriteType<float>(data, file);
88 }
89 void FileWriteD(double data, File* file)
90 {
91 FileWriteType<double>(data, file);
92 }
93
94 template<typename T>
95 void FileReadType(T* data, File* file)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected