MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / w_open

Function w_open

ogsr_engine/xrCore/LocatorAPI.h:193–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191
192 IWriter* w_open(LPCSTR initial, LPCSTR N);
193 IC IWriter* w_open(LPCSTR N) { return w_open(nullptr, N); }
194 IWriter* w_open_ex(LPCSTR initial, LPCSTR N);
195 IC IWriter* w_open_ex(LPCSTR N) { return w_open_ex(nullptr, N); }
196 void w_close(IWriter*& S);

Callers 1

file_copyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected