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

Function keypad_save

core/keypad.c:228–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228bool keypad_save(FILE *image) {
229 return fwrite(&keypad, sizeof(keypad), 1, image) == 1;
230}
231
232bool keypad_restore(FILE *image) {
233 keypad_init_events();

Callers 1

asic_saveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected