Files
cpp-project-template/third_party/microprofile/stb/tests/stblib_test.c

11 lines
193 B
C
Raw Normal View History

2025-08-25 11:21:22 +08:00
#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)
{
}