SSBM Decomp
Loading...
Searching...
No Matches
printf.h
Go to the documentation of this file.
1#ifndef GALE01_323CF0
2#define GALE01_323CF0
3
4#include <placeholder.h>
5
6#include <stdarg.h>
7
9/* 323CF4 */ int sprintf(char* s, const char* format, ...);
10/* 323DC8 */ int vsprintf(char* s, const char* format, va_list arg);
11/* 323E38 */ int vprintf(const char* format, va_list arg);
12/* 323EB4 */ int printf(const char*, ...);
21
22#endif
#define UNK_PARAMS
#define UNK_RET
void __stdio_atexit(void)
Definition printf.c:1
UNK_RET round_decimal(UNK_PARAMS)
int vprintf(const char *format, va_list arg)
UNK_RET __StringWrite(UNK_PARAMS)
UNK_RET float2str(UNK_PARAMS)
UNK_RET parse_format(UNK_PARAMS)
int vsprintf(char *s, const char *format, va_list arg)
int sprintf(char *s, const char *format,...)
UNK_RET longlong2str(UNK_PARAMS)
UNK_RET __FileWrite(UNK_PARAMS)
int printf(const char *,...)
UNK_RET long2str(UNK_PARAMS)
UNK_RET __pformatter(UNK_PARAMS)
__builtin_va_list va_list
Definition stdarg.h:27