This commit is contained in:
parent
3037605b5a
commit
bf05f15626
2 changed files with 303 additions and 0 deletions
6
source/system/vsprintf.h
Normal file
6
source/system/vsprintf.h
Normal 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__ */
|
Loading…
Add table
Add a link
Reference in a new issue