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

Function FileWriteF

NULLC/includes/file.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 FileWriteType<long long>(data, file);
84 }
85 void FileWriteF(float data, File* file)
86 {
87 FileWriteType<float>(data, file);
88 }
89 void FileWriteD(double data, File* file)
90 {
91 FileWriteType<double>(data, file);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected