summaryrefslogtreecommitdiff
path: root/thirdparty/stb/tests/stblib_test.c
blob: 9f2e176015cb5cbc951e61956e3010bc1daa6cf6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include "prerelease/stb_lib.h"
#define STB_LIB_IMPLEMENTATION
#include "prerelease/stb_lib.h"

//#define STB_REGEX_IMPLEMENTATION
//#include "stb_regex.h"

int main(int argc, char **argv)
{

}