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

Function FileReadF

NULLC/includes/file.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 FileReadType<long long>(data, file);
120 }
121 void FileReadF(float* data, File* file)
122 {
123 FileReadType<float>(data, file);
124 }
125 void FileReadD(double* data, File* file)
126 {
127 FileReadType<double>(data, file);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected