RetroArch
|
Macros | |
#define | is_digit(c) ((c) >= '0' && (c) <= '9') |
#define | ZEROPAD 1 /* pad with zero */ |
#define | SIGN 2 /* unsigned/signed long */ |
#define | PLUS 4 /* show plus */ |
#define | SPACE 8 /* space if plus */ |
#define | LEFT 16 /* left justified */ |
#define | SPECIAL 32 /* 0x */ |
#define | LARGE 64 /* use 'ABCDEF' instead of 'abcdef' */ |
#define | do_div(n, base) |
#define | __DOUTBUFSIZE 256 |
Functions | |
static int | skip_atoi (const char **s) |
static char * | number (char *str, long num, int base, int size, int precision, int type) |
int | kvsprintf (char *buf, const char *fmt, va_list args) |
void | kprintf (const char *str,...) |
Variables | |
char | __outstr [__DOUTBUFSIZE] |
#define __DOUTBUFSIZE 256 |
#define do_div | ( | n, | |
base | |||
) |
#define LARGE 64 /* use 'ABCDEF' instead of 'abcdef' */ |
#define LEFT 16 /* left justified */ |
#define PLUS 4 /* show plus */ |
#define SIGN 2 /* unsigned/signed long */ |
#define SPECIAL 32 /* 0x */ |
#define ZEROPAD 1 /* pad with zero */ |
int kvsprintf | ( | char * | buf, |
const char * | fmt, | ||
va_list | args | ||
) |
|
static |
|
static |
char __outstr[__DOUTBUFSIZE] |