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

Function gpt_save

core/timers.c:208–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208bool gpt_save(FILE *image) {
209 return fwrite(&gpt, sizeof(gpt), 1, image) == 1;
210}
211
212bool gpt_restore(FILE *image) {
213 gpt_init_events();

Callers 1

asic_saveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected