1
0
mirror of https://github.com/nothings/stb synced 2025-03-10 15:51:12 -04:00
stb/tests/stblib_test.c

11 lines
193 B
C
Raw Normal View History

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