mirror of
https://github.com/nothings/stb.git
synced 2025-12-28 16:54:38 +00:00
compiling all test cases and compilers in test.sbm
Compilers:
32-bit:
VS2015
VS2013
VS2008
VC6 (1998)
clang-cl 9.0.1
64-bit
VS2015
clang-cl 9.0.1
10 lines
212 B
C
10 lines
212 B
C
#include "stb_easy_font.h"
|
|
|
|
void ef_dummy(void)
|
|
{
|
|
// suppress unsused-function warning
|
|
stb_easy_font_spacing(0);
|
|
stb_easy_font_print(0,0,0,0,0,0);
|
|
stb_easy_font_width(0);
|
|
stb_easy_font_height(0);
|
|
} |