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

Function FileReadI

NULLC/includes/file.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 FileReadType<short>(data, file);
112 }
113 void FileReadI(int* data, File* file)
114 {
115 FileReadType<int>(data, file);
116 }
117 void FileReadL(long long* data, File* file)
118 {
119 FileReadType<long long>(data, file);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected