added vsprintf.h
This commit is contained in:
@@ -16,5 +16,4 @@ using os_char =char;
|
||||
#define os_in std::cin
|
||||
#define os_err std::cerr
|
||||
#define os_log std::clog
|
||||
|
||||
#endif//HGL_CHAR_TYPE_INCLUDE
|
||||
|
9
inc/hgl/platform/os/vsprintf.h
Normal file
9
inc/hgl/platform/os/vsprintf.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef HGL_VSPRINTF_INCLUDE
|
||||
#define HGL_VSPRINTF_INCLUDE
|
||||
|
||||
#include<stdarg.h>
|
||||
namespace hgl
|
||||
{
|
||||
template<typename T> int vsprintf(T *,const size_t,const T *,va_list va);
|
||||
}//namespace hgl
|
||||
#endif//HGL_VSPRINTF_INCLUDE
|
Reference in New Issue
Block a user