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

Function FileReadL

NULLC/includes/file.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 FileReadType<int>(data, file);
116 }
117 void FileReadL(long long* data, File* file)
118 {
119 FileReadType<long long>(data, file);
120 }
121 void FileReadF(float* data, File* file)
122 {
123 FileReadType<float>(data, file);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected