This commit is contained in:
Paul 2000-09-11 22:23:23 +00:00
parent 3037605b5a
commit bf05f15626
2 changed files with 303 additions and 0 deletions

6
source/system/vsprintf.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef __SYSTEM_VSPRINTF_H__
#define __SYSTEM_VSPRINTF_H__
extern int vsprintf(char *buf, const char *fmt, va_list args)
#endif /* __SYSTEM_VSPRINTF_H__ */