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
fbc6d9cb5f
commit
6ddd15f1bd
20 changed files with 119 additions and 125 deletions
|
|
@ -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);
|
||||
|
||||
/** @} */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue