Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ init_cxxx
Function
init_cxxx
core/misc.c:356–359 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
354
};
355
356
eZ80portrange_t init_cxxx(void) {
357
memset(&cxxx, 0, sizeof(cxxx));
358
return pcxxx;
359
}
360
361
bool cxxx_save(FILE *image) {
362
return fwrite(&cxxx, sizeof(cxxx), 1, image) == 1;
Callers
1
plug_devices
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected