MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / Write

Method Write

3rdparty/simpleini/include/SimpleIni.h:401–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399 public:
400 FileWriter(FILE * a_file) : m_file(a_file) { }
401 void Write(const char * a_pBuf) {
402 fputs(a_pBuf, m_file);
403 }
404 private:
405 FileWriter(const FileWriter &); // disable
406 FileWriter & operator=(const FileWriter &); // disable

Callers 2

SaveMethod · 0.45
OutputMultiLineTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected