1#ifndef __EVHTP_NUMTOA_H__
2#define __EVHTP_NUMTOA_H__
9#include "evhtp/config.h"
43#define evhtp_modp_uchartoa(_val) (unsigned char)('0' + _val)
EVHTP_EXPORT size_t evhtp_modp_u32toa(uint32_t value, char *str)
converts uint32_t value to string
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.
EVHTP_EXPORT size_t evhtp_modp_u64toa(uint64_t value, char *str)
convert uint64_t value to a string