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

Function FileWriteL

NULLC/includes/file.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 FileWriteType<int>(data, file);
80 }
81 void FileWriteL(long long data, File* file)
82 {
83 FileWriteType<long long>(data, file);
84 }
85 void FileWriteF(float data, File* file)
86 {
87 FileWriteType<float>(data, file);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected