MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / protect_save

Function protect_save

core/misc.c:329–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329bool protect_save(FILE *image) {
330 return fwrite(&protect, sizeof(protect), 1, image) == 1;
331}
332
333bool protect_restore(FILE *image) {
334 return fread(&protect, sizeof(protect), 1, image) == 1;

Callers 1

asic_saveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected