mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-27 20:36:33 -04:00
[WIP] - implement clay_get_data
This commit is contained in:
@@ -65,3 +65,7 @@ bool clay_get_bool(const char *key, bool *value_out) {
|
||||
bool clay_get_string(const char *key, char *value_out, size_t size) {
|
||||
return prv_read(key, value_out, size);
|
||||
}
|
||||
|
||||
bool clay_get_data(const char *key, void *value_out, size_t size) {
|
||||
return prv_read(key, value_out, size);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user