update it

This commit is contained in:
Sukchan Lee 2017-03-03 22:05:05 +09:00
parent 4dc2571ed2
commit b489fa4b46
4 changed files with 28 additions and 11 deletions

View file

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