Initial commit
This commit is contained in:
9
wiipax/stub/vsprintf.h
Normal file
9
wiipax/stub/vsprintf.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _VSPRINTF_H_
|
||||
#define _VSPRINTF_H_
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
int vsprintf(char *buf, const char *fmt, va_list args);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user