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

Function FileWriteC

NULLC/includes/file.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 nullcThrowError("Failed to write to a file.");
68 }
69 void FileWriteC(char data, File* file)
70 {
71 FileWriteType<char>(data, file);
72 }
73 void FileWriteS(short data, File* file)
74 {
75 FileWriteType<short>(data, file);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected