![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Classes | |
struct | print_format |
Typedefs | |
typedef PTRDIFF | ptrdiff_t |
Enumerations | |
enum | justification_options { left_justification , right_justification , zero_fill } |
enum | sign_options { only_minus , sign_always , space_holder } |
enum | argument_options { normal_argument , char_argument , short_argument , long_argument , long_long_argument , long_double_argument , wchar_argument } |
Functions | |
static const char * | parse_format (const char *format_string, va_list *arg, print_format *format) |
static char * | long2str (signed long num, char *buff, print_format format) |
static char * | longlong2str (signed long long num, char *pBuf, print_format fmt) |
static char * | double2hex (long double num, char *buff, print_format format) |
static void | round_decimal (decimal *dec, int new_length) |
static char * | float2str (long double num, char *buff, print_format format) |
static int | __pformatter (void *(*WriteProc)(void *, const char *, size_t), void *WriteProcArg, const char *format_str, va_list arg) |
static void * | __FileWrite (void *pFile, const char *pBuffer, size_t char_num) |
static void * | __StringWrite (void *pCtrl, const char *pBuffer, size_t char_num) |
int | printf (const char *format,...) |
int | fprintf (FILE *file, const char *format,...) |
int | vprintf (const char *format, va_list arg) |
int | vsnprintf (char *s, size_t n, const char *format, va_list arg) |
int | snprintf (char *s, size_t n, const char *format,...) |
int | sprintf (char *s, const char *format,...) |
typedef PTRDIFF ptrdiff_t |
enum argument_options |
enum sign_options |
|
static |
|
static |
|
static |
|
static |
|
static |
int fprintf | ( | FILE * | file, |
const char * | format, | ||
... ) |
|
static |
|
static |
|
static |
int printf | ( | const char * | format, |
... ) |
|
static |
int snprintf | ( | char * | s, |
size_t | n, | ||
const char * | format, | ||
... ) |
int sprintf | ( | char * | s, |
const char * | format, | ||
... ) |
int vprintf | ( | const char * | format, |
va_list | arg ) |
int vsnprintf | ( | char * | s, |
size_t | n, | ||
const char * | format, | ||
va_list | arg ) |