瀏覽代碼

Merge branch 'working'

Sean Barrett 5 年之前
父節點
當前提交
f54acd4e13
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      tests/test_sprintf.c

+ 0 - 2
tests/test_sprintf.c

@@ -3,8 +3,6 @@
 
 #if USE_STB
 # include "stb_sprintf.h"
-//# define STB_SPRINTF_IMPLEMENTATION
-# include "stb_sprintf.h"
 # define SPRINTF stbsp_sprintf
 # define SNPRINTF stbsp_snprintf
 #else