MCPcopy Create free account
hub / github.com/VCVRack/Rack / fopen_u8

Function fopen_u8

src/common.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include <windows.h>
7
8FILE* fopen_u8(const char* filename, const char* mode) {
9 return _wfopen(rack::string::UTF8toUTF16(filename).c_str(), rack::string::UTF8toUTF16(mode).c_str());
10}
11
12#endif
13

Callers

nothing calls this directly

Calls 1

UTF8toUTF16Function · 0.85

Tested by

no test coverage detected