| 79 | } |
| 80 | |
| 81 | FILE *fopen_utf8(const char *filename, const char *mode) { |
| 82 | return fopen(filename, mode); |
| 83 | } |
| 84 | |
| 85 | void EMSCRIPTEN_KEEPALIVE set_file_to_send(const char* path) { |
| 86 | strcpy(file_buf, path); |
nothing calls this directly
no outgoing calls
no test coverage detected