fehQlibs 26
Qlibs
|
conversion function declarations More...
Go to the source code of this file.
Macros | |
#define | FMT_ULONG 40 /* enough space to hold 2^128 - 1 in decimal, plus \0 */ |
#define | FMT_LEN ((char *) 0) /* convenient abbreviation */ |
Functions | |
unsigned int | fmt_str (char *, const char *) |
unsigned int | fmt_strn (char *, const char *, unsigned int) |
unsigned int | fmt_uint (char *, unsigned int) |
unsigned int | fmt_uint0 (char *, unsigned int, unsigned int) |
unsigned int | fmt_ulong (char *, unsigned long) |
unsigned int | fmt_xlong (char *, unsigned long) |
int | fromhex (unsigned char) |
char | tohex (char) |
conversion function declarations
Definition in file fmt.h.
#define FMT_ULONG 40 /* enough space to hold 2^128 - 1 in decimal, plus \0 */ |
unsigned int fmt_str | ( | char * | s, |
const char * | t | ||
) |
unsigned int fmt_strn | ( | char * | s, |
const char * | t, | ||
unsigned int | n | ||
) |
unsigned int fmt_uint | ( | char * | s, |
unsigned int | u | ||
) |
unsigned int fmt_uint0 | ( | char * | s, |
unsigned int | u, | ||
unsigned int | n | ||
) |
unsigned int fmt_ulong | ( | char * | s, |
unsigned long | u | ||
) |
unsigned int fmt_xlong | ( | char * | s, |
unsigned long | u | ||
) |
int fromhex | ( | unsigned char | c | ) |