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

Function FileReadS

NULLC/includes/file.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 FileReadType<char>(data, file);
108 }
109 void FileReadS(short* data, File* file)
110 {
111 FileReadType<short>(data, file);
112 }
113 void FileReadI(int* data, File* file)
114 {
115 FileReadType<int>(data, file);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected