Edge common integer handling functions. More...
#include <stdint.h>Go to the source code of this file.
Functions | |
| uint16_t | edge_int_length (uint32_t value) |
| Return the length of the integer in characters. This function calculates the needed space of characters to represent the integer argument. More... | |
| int | edge_str_to_uint16_t (const char *str, uint16_t *result) |
| Convert the string to uin16_t. More... | |
Edge common integer handling functions.