#include "evhtp/config.h"
Go to the source code of this file.
◆ evhtp_modp_uchartoa
#define evhtp_modp_uchartoa |
( |
|
_val | ) |
(unsigned char)('0' + _val) |
◆ evhtp_modp_sizetoa()
EVHTP_EXPORT size_t evhtp_modp_sizetoa |
( |
size_t |
value, |
|
|
char * |
str |
|
) |
| |
based on the system architecture, convert a size_t number to a string.
- Parameters
-
value | the input value |
str | The output buffer, should be 24 chars or more. |
- Returns
◆ evhtp_modp_u32toa()
EVHTP_EXPORT size_t evhtp_modp_u32toa |
( |
uint32_t |
value, |
|
|
char * |
str |
|
) |
| |
converts uint32_t value to string
- Parameters
-
value | input value |
str | output buffer, should be 16 chars or more |
- Returns
◆ evhtp_modp_u64toa()
EVHTP_EXPORT size_t evhtp_modp_u64toa |
( |
uint64_t |
value, |
|
|
char * |
str |
|
) |
| |
convert uint64_t value to a string
- Parameters
-
value | input value |
str | output buffer, should be 24 chars or more |
- Returns