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

Function backlight_save

core/backlight.c:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool backlight_save(FILE *image) {
88 return fwrite(&backlight, sizeof(backlight), 1, image) == 1;
89}
90
91bool backlight_restore(FILE *image) {
92 return fread(&backlight, sizeof(backlight), 1, image) == 1;

Callers 1

asic_saveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected