Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
228
bool keypad_save(FILE *image) {
229
return fwrite(&keypad, sizeof(keypad), 1, image) == 1;
230
}
231
232
bool keypad_restore(FILE *image) {
233
keypad_init_events();
Callers
1
asic_save
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected