MCPcopy 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
248bool control_save(FILE *image) {
249 return fwrite(&control, sizeof(control), 1, image) == 1;
250}
251
252bool control_restore(FILE *image) {
253 return fread(&control, sizeof(control), 1, image) == 1;

Callers 1

asic_saveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected