From 39c05598a9eded170e39f2bb4a75b132897d976a Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Mon, 25 Feb 2019 12:05:38 -0800 Subject: [PATCH] Update stb.h version number --- README.md | 4 ++-- stb.h | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97d123d..a24af47 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,11 @@ library | lastest version | category | LoC | description **[stb_c_lexer.h](stb_c_lexer.h)** | 0.09 | parsing | 962 | simplify writing parsers for C-like languages **[stb_divide.h](stb_divide.h)** | 0.92 | math | 421 | more useful 32-bit modulus e.g. "euclidean divide" **[stb_connected_comp...](stb_connected_components.h)** | 0.95 | misc | 1045 | incrementally compute reachability on grids -**[stb.h](stb.h)** | 2.32 | misc | 14470 | helper functions for C, mostly redundant in C++; basically author's personal stuff +**[stb.h](stb.h)** | 2.33 | misc | 14471 | helper functions for C, mostly redundant in C++; basically author's personal stuff **[stb_leakcheck.h](stb_leakcheck.h)** | 0.5 | misc | 190 | quick-and-dirty malloc/free leak-checking Total libraries: 21 -Total lines of C code: 55608 +Total lines of C code: 55609 FAQ diff --git a/stb.h b/stb.h index 589a525..5ca0859 100644 --- a/stb.h +++ b/stb.h @@ -1,4 +1,4 @@ -/* stb.h - v2.32 - Sean's Tool Box -- public domain -- http://nothings.org/stb.h +/* stb.h - v2.33 - Sean's Tool Box -- public domain -- http://nothings.org/stb.h no warranty is offered or implied; use this code at your own risk This is a single header file with a bunch of useful utilities @@ -25,6 +25,7 @@ Version History + 2.33 more fixes to random numbers 2.32 stb_intcmprev, stb_uidict, fix random numbers on Linux 2.31 stb_ucharcmp 2.30 MinGW fix