update it

This commit is contained in:
Sukchan Lee 2017-03-05 23:36:17 +09:00
parent fbc6d9cb5f
commit 6ddd15f1bd
20 changed files with 119 additions and 125 deletions

View file

@ -88,8 +88,8 @@ CORE_DECLARE(status_t) core_generate_random_bytes(
c_uint8_t *buf, int length);
CORE_DECLARE(void *) core_ascii_to_hex(char *in, int len, void *out);
CORE_DECLARE(void *) core_uint64_to_buffer(c_uint64_t num,
c_uint8_t *buffer, int size);
CORE_DECLARE(void *) core_uint64_to_buffer(c_uint64_t num, int size,
c_uint8_t *buffer);
/** @} */