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

Function watchdog_save

core/misc.c:276–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276bool watchdog_save(FILE *image) {
277 return fwrite(&watchdog, sizeof(watchdog), 1, image) == 1;
278}
279
280bool watchdog_restore(FILE *image) {
281 watchdog_init_events();

Callers 1

asic_saveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected