Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource stb_sprintf-devel

This is a full sprintf replacement that supports everything that the C runtime sprintfs support, including float/double, 64-bit integers, hex floats, field parameters (%*.*d stuff), length reads backs, etc. Why would you need this if sprintf already exists? Well, first off, it’s *much* faster (see below). It’s also much smaller than the CRT versions code-space-wise. We’ve also added some simple improvements that are super handy (commas in thousands, callbacks at buffer full, for example). Finally, the format strings for MSVC and GCC differ for 64-bit integers (among other small things), so this lets you use the same format strings in cross platform code. It uses the standard single file trick of being both the header file and the source itself. If you just include it normally, you just get the header file function definitions. To get the code, you include it from a C or C++ file and define STB_SPRINTF_IMPLEMENTATION first. It only uses va_args macros from the C runtime to do its work. It does cast doubles to S64s and shifts and divides U64s, which does drag in CRT code on most platforms. It compiles to roughly 8K with float support, and 4K without. As a comparison, when using MSVC static libs, calling sprintf drags in 16K.

Found 1 sites for stb_sprintf-devel

Found 8 RPM for stb_sprintf-devel

PackageSummaryDistributionDownload
stb_sprintf-devel-1.10-0.45.20240213gitae721c5.el8.aarch64.htmlFast sprintf, snprintf for C/C++EPEL 8 for aarch64stb_sprintf-devel-1.10-0.45.20240213gitae721c5.el8.aarch64.rpm
stb_sprintf-devel-1.10-0.45.20240213gitae721c5.el8.ppc64le.htmlFast sprintf, snprintf for C/C++EPEL 8 for ppc64lestb_sprintf-devel-1.10-0.45.20240213gitae721c5.el8.ppc64le.rpm
stb_sprintf-devel-1.10-0.45.20240213gitae721c5.el8.s390x.htmlFast sprintf, snprintf for C/C++EPEL 8 for s390xstb_sprintf-devel-1.10-0.45.20240213gitae721c5.el8.s390x.rpm
stb_sprintf-devel-1.10-0.45.20240213gitae721c5.el8.x86_64.htmlFast sprintf, snprintf for C/C++EPEL 8 for x86_64stb_sprintf-devel-1.10-0.45.20240213gitae721c5.el8.x86_64.rpm
stb_sprintf-devel-1.10-0.45.20240213gitae721c5.el7.ppc64le.htmlFast sprintf, snprintf for C/C++EPEL 7 Testing for ppc64lestb_sprintf-devel-1.10-0.45.20240213gitae721c5.el7.ppc64le.rpm
stb_sprintf-devel-1.10-0.45.20240213gitae721c5.el7.ppc64le.htmlFast sprintf, snprintf for C/C++EPEL 7 for ppc64lestb_sprintf-devel-1.10-0.45.20240213gitae721c5.el7.ppc64le.rpm
stb_sprintf-devel-1.10-0.45.20240213gitae721c5.el7.x86_64.htmlFast sprintf, snprintf for C/C++EPEL 7 Testing for x86_64stb_sprintf-devel-1.10-0.45.20240213gitae721c5.el7.x86_64.rpm
stb_sprintf-devel-1.10-0.45.20240213gitae721c5.el7.x86_64.htmlFast sprintf, snprintf for C/C++EPEL 7 for x86_64stb_sprintf-devel-1.10-0.45.20240213gitae721c5.el7.x86_64.rpm

Generated by rpm2html 1.6

Fabrice Bellet