mirror of
https://github.com/nothings/stb
synced 2024-12-15 12:22:55 +03:00
11 lines
171 B
C
11 lines
171 B
C
|
#include "stb_lib.h"
|
||
|
#define STB_LIB_IMPLEMENTATION
|
||
|
#include "stb_lib.h"
|
||
|
|
||
|
//#define STB_REGEX_IMPLEMENTATION
|
||
|
//#include "stb_regex.h"
|
||
|
|
||
|
int main(int argc, char **argv)
|
||
|
{
|
||
|
|
||
|
}
|