Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ control_save
Function
control_save
core/control.c:248–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
}
247
248
bool control_save(FILE *image) {
249
return fwrite(&control, sizeof(control), 1, image) == 1;
250
}
251
252
bool control_restore(FILE *image) {
253
return fread(&control, sizeof(control), 1, image) == 1;
Callers
1
asic_save
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected