CMCore/inc/hgl/platform/os/vsprintf.h

9 lines
217 B
C
Raw Normal View History

2021-08-21 17:32:31 +08:00
#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