1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-22 16:57:12 +02:00

Implemented a minimal version of ToStringF with a static buffer.

This commit is contained in:
Sandu Liviu Catalin
2015-11-11 08:54:50 +02:00
parent 68ac878fe9
commit 73b93d707c
2 changed files with 26 additions and 0 deletions

View File

@@ -109,6 +109,11 @@ void DbgWrn(const char * type, const char * func, const char * fmt, ...);
void DbgErr(const char * type, const char * func, const char * fmt, ...);
void DbgFtl(const char * type, const char * func, const char * fmt, ...);
/* ------------------------------------------------------------------------------------------------
* ...
*/
const SQChar * ToStrF(const char * fmt, ...);
/* ------------------------------------------------------------------------------------------------
* ...
*/