String operations

Global atoi (const uint8_t *str, int32_t size)

Global debug_print_str (const uint8_t *str, uint32_t len)

Global debug_print_str_nonl (const uint8_t *str, uint32_t len)

Global debug_print_str_start (const uint8_t *str, uint32_t len)

Global debug_print_uint (uint32_t a)

Global entropy_buffer (uint8_t *buffer, int32_t size)

Global hex2ui (uint32_t hex1, uint32_t hex2)

Global memchr (const void *s, int c, size_t n)

Global memcmp (const void *s1, const void *s2, uint32_t n) __attribute__((__nothrow__)) __attribute__((__pure__)) __attribute__((__nonnull__(1

Global memcpy (void *restrict dst, const void *restrict src, uintptr_t n) __attribute__((__nothrow__)) __attribute__((__nonnull__(1

Global memmove (void *dst, const void *src, uintptr_t n) __attribute__((__nothrow__)) __attribute__((__nonnull__(1

Global memset (void *src, int c, uintptr_t n) __attribute__((nothrow)) __attribute__((__nonnull__((1))))

Global memstr (const uint8_t *haystack, int32_t haysize, const uint8_t *needle, int32_t needlesize)
 All Data Structures Files Functions Variables Enumerations Enumerator Defines