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

Function fopen_utf8

core/os/os-linux.c:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <stdio.h>
3
4FILE *fopen_utf8(const char *filename, const char *mode)
5{
6 return fopen(filename, mode);
7}

Callers 8

emu_receive_variableFunction · 0.50
emu_saveFunction · 0.50
emu_loadFunction · 0.50
usb_dusb_deviceFunction · 0.50
parseROMSegmentsMethod · 0.50
saveDumpProgramMethod · 0.50
saveROMImageMethod · 0.50
fileExistsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected