MCPcopy 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
361bool cxxx_save(FILE *image) {
362 return fwrite(&cxxx, sizeof(cxxx), 1, image) == 1;
363}
364
365bool cxxx_restore(FILE *image) {
366 return fread(&cxxx, sizeof(cxxx), 1, image) == 1;

Callers 1

asic_saveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected