GNU libmicrohttpd 1.0.2
|
Function to decode the value of decimal string number. More...
#include <stddef.h>
Go to the source code of this file.
Functions | |
static size_t | mhd_tool_str_to_uint (const char *str, unsigned int *value) |
Function to decode the value of decimal string number.
Definition in file mhd_tool_str_to_uint.h.
|
static |
Convert decimal string to unsigned int. Function stops at the end of the string or on first non-digit character.
str | the string to convert | |
[out] | value | the pointer to put the result |
Definition at line 41 of file mhd_tool_str_to_uint.h.