nothings-stb/tests/stblib_test.c

11 lines
193 B
C
Raw Normal View History

2018-01-31 18:46:31 +00:00
#include "prerelease/stb_lib.h"
2018-01-30 13:16:47 +00:00
#define STB_LIB_IMPLEMENTATION
2018-01-31 18:46:31 +00:00
#include "prerelease/stb_lib.h"
2018-01-30 13:16:47 +00:00
//#define STB_REGEX_IMPLEMENTATION
//#include "stb_regex.h"
int main(int argc, char **argv)
{
}