Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ cxxx_save
Function
cxxx_save
core/misc.c:361–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
359
}
360
361
bool cxxx_save(FILE *image) {
362
return fwrite(&cxxx, sizeof(cxxx), 1, image) == 1;
363
}
364
365
bool cxxx_restore(FILE *image) {
366
return fread(&cxxx, sizeof(cxxx), 1, image) == 1;
Callers
1
asic_save
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected