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 <stdarg.h>
5#include <stdio.h>
6
7/* 323DC8 */ int vsnprintf(char* s, size_t n, const char* format, va_list);
8
9#endif
int vsnprintf(char *s, size_t n, const char *format, va_list)
<
Definition printf.c:1067
__va_list va_list
Definition stdarg.h:11