Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
FILE *fopen_utf8(const char *filename, const char *mode)
5
{
6
return fopen(filename, mode);
7
}
Callers
8
emu_receive_variable
Function · 0.50
emu_save
Function · 0.50
emu_load
Function · 0.50
usb_dusb_device
Function · 0.50
parseROMSegments
Method · 0.50
saveDumpProgram
Method · 0.50
saveROMImage
Method · 0.50
fileExists
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected