mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-03 15:47:43 -04:00
[WIP] - Implement bool and string getter
This commit is contained in:
+1
-1
@@ -28,4 +28,4 @@ bool clay_get_data(const char *key, void *value_out, size_t n);
|
||||
|
||||
bool clay_get_int(const char *key, int *value_out);
|
||||
|
||||
bool clay_get_string(const char *key, char *value_out, size_t n);
|
||||
bool clay_get_string(const char *key, char *value_out, size_t size);
|
||||
|
||||
Reference in New Issue
Block a user