Go to the source code of this file.
|
| #define | FMT_ULONG 40 /* enough space to hold 2^128 - 1 in decimal, plus \0 */ |
| |
| #define | FMT_LEN ((char *) 0) /* convenient abbreviation */ |
| |
◆ FMT_LEN
| #define FMT_LEN ((char *) 0) /* convenient abbreviation */ |
Definition at line 5 of file fmt.h.
◆ FMT_ULONG
| #define FMT_ULONG 40 /* enough space to hold 2^128 - 1 in decimal, plus \0 */ |
Definition at line 4 of file fmt.h.
◆ fmt_0x()
◆ fmt_minus()
| unsigned int fmt_minus |
( |
| ) |
|
◆ fmt_nbbint()
| unsigned int fmt_nbbint |
( |
| ) |
|
◆ fmt_nbblong()
| unsigned int fmt_nbblong |
( |
| ) |
|
◆ fmt_nbbshort()
| unsigned int fmt_nbbshort |
( |
| ) |
|
◆ fmt_plusminus()
| unsigned int fmt_plusminus |
( |
| ) |
|
◆ fmt_str()
| unsigned int fmt_str |
( |
char * |
, |
|
|
char * |
|
|
) |
| |
◆ fmt_strn()
| unsigned int fmt_strn |
( |
char * |
, |
|
|
char * |
, |
|
|
unsigned |
int |
|
) |
| |
◆ fmt_uint()
| unsigned int fmt_uint |
( |
char * |
, |
|
|
unsigned |
int |
|
) |
| |
◆ fmt_uint0()
| unsigned int fmt_uint0 |
( |
char * |
, |
|
|
unsigned |
int, |
|
|
unsigned |
int |
|
) |
| |
◆ fmt_ulong()
| unsigned int fmt_ulong |
( |
char * |
, |
|
|
unsigned |
long |
|
) |
| |
◆ fmt_ushort()
| unsigned int fmt_ushort |
( |
| ) |
|
◆ fmt_xint()
| unsigned int fmt_xint |
( |
| ) |
|
◆ fmt_xlong()
| unsigned int fmt_xlong |
( |
char * |
, |
|
|
unsigned |
long |
|
) |
| |
◆ fmt_xshort()
| unsigned int fmt_xshort |
( |
| ) |
|