mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-21 07:24:20 +01:00
Extract binary to hex string conversion
PR #4473 <https://github.com/Genymobile/scrcpy/pull/4473>
This commit is contained in:
@@ -138,4 +138,10 @@ sc_str_index_of_column(const char *s, unsigned col, const char *seps);
|
||||
size_t
|
||||
sc_str_remove_trailing_cr(char *s, size_t len);
|
||||
|
||||
/**
|
||||
* Convert binary data to hexadecimal string
|
||||
*/
|
||||
char *
|
||||
sc_str_to_hex_string(const uint8_t *data, size_t len);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user