mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
update it
This commit is contained in:
parent
4dc2571ed2
commit
b489fa4b46
4 changed files with 28 additions and 11 deletions
|
|
@ -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);
|
||||
|
||||
/** @} */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue