MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / fopen_utf8

Function fopen_utf8

core/os/os-emscripten.c:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81FILE *fopen_utf8(const char *filename, const char *mode) {
82 return fopen(filename, mode);
83}
84
85void EMSCRIPTEN_KEEPALIVE set_file_to_send(const char* path) {
86 strcpy(file_buf, path);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected