mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 07:08:45 +00:00
add modified version of stb_sprintf to library; use it instead of CRT; first-pass on %S for MD_String8
This commit is contained in:
+2
-1
@@ -202,6 +202,8 @@
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#define STB_SPRINTF_DECORATE(name) md_stbsp_##name
|
||||
#include "md_stb_sprintf.h"
|
||||
|
||||
typedef int8_t MD_i8;
|
||||
typedef int16_t MD_i16;
|
||||
@@ -218,7 +220,6 @@ typedef int64_t MD_b64;
|
||||
typedef float MD_f32;
|
||||
typedef double MD_f64;
|
||||
|
||||
|
||||
//~ Basic Unicode string types.
|
||||
|
||||
typedef struct MD_String8 MD_String8;
|
||||
|
||||
Reference in New Issue
Block a user