Mario Kart 64
|
#include <stdarg.h>
Go to the source code of this file.
Data Structures | |
struct | printf_struct |
Macros | |
#define | FLAGS_SPACE 1 |
#define | FLAGS_PLUS 2 |
#define | FLAGS_MINUS 4 |
#define | FLAGS_HASH 8 |
#define | FLAGS_ZERO 16 |
Functions | |
s32 | _Printf (char *(*prout)(char *, const char *, size_t), char *dst, const char *fmt, va_list args) |
void | _Litob (printf_struct *args, u8 type) |
void | func_800D8890 (printf_struct *args, u8 type) |
void | _Ldtob (printf_struct *args, u8 type) |
#define FLAGS_HASH 8 |
#define FLAGS_MINUS 4 |
#define FLAGS_PLUS 2 |
#define FLAGS_SPACE 1 |
#define FLAGS_ZERO 16 |
void _Ldtob | ( | printf_struct * | args, |
u8 | type ) |
void _Litob | ( | printf_struct * | args, |
u8 | type ) |
s32 _Printf | ( | char *(* | prout )(char *, const char *, size_t), |
char * | dst, | ||
const char * | fmt, | ||
va_list | args ) |
void func_800D8890 | ( | printf_struct * | args, |
u8 | type ) |