25#ifndef ASCII_SUPPORT_H_
26#define ASCII_SUPPORT_H_
char * utox(char *result, uint32_t value, uint8_t nibbles)
char * lutox(char *result, uint64_t value)
float my_atof(const char *s)
char * ftoa(char *Buffer, float Value)
char * format_2_digits(char *target, uint32_t data)
char * my_ftoa(char *target, float value)
char * format_integer(char *target, int32_t value)
signed integer to ASCII returning the string end
void newline(char *&next)
char * append_string(char *target, const char *source)
basically: kind of strcat returning the pointer to the string-end
char * my_itoa(char *target, int value)
mathematical vector of arbitrary type and size
defines platform-dependent algorithms and constants