t8-mod/deps/stb/tests/stblib_test.c
2024-02-15 15:46:47 -05:00

11 lines
193 B
C

#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)
{
}