Mistake on this page? Email us
integer_length.h File Reference

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...
 

Detailed Description

Edge common integer handling functions.