-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_HexToBytes
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Convert a hex string to bytes.
void MTY_HexToBytes(
const char * hex,
void * bytes,
size_t size
);
hex
(const char *
)
Hex string input buffer.
bytes
(void *
)
Output buffer.
size
(size_t
)
Size in bytes of bytes
.