stdstring.h icon indicating copy to clipboard operation
stdstring.h copied to clipboard

C string utils library (STB style, header-only).

Results 2 stdstring.h issues
Sort by recently updated
recently updated
newest added

- http://cplusplus.com/reference/cstdlib/itoa - http://rosettacode.org/wiki/Non-decimal_radices/Convert#C

``` #define STDSTRING_IMPLEMENTATION #include "stdstring.h" int main(int argc, char *argv[]) { } ``` Full log: ``` gcc main.c -I./ -O3 -lm -Wall -Wextra In file included from main.c:2:0: stdstring.h:261:5: warning:...