![]() |
fehQlibs 27
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 */ |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |