Information for RPM stb_sprintf-devel-1.10^20240531git013ac3b-1.oc9.aarch64.rpm

ID249858
Namestb_sprintf-devel
Version1.10^20240531git013ac3b
Release1.oc9
Epoch
Archaarch64
SummaryFast sprintf, snprintf for C/C++
DescriptionThis 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.
Build Time2024-09-20 23:20:56 GMT
Size22.79 KB
52b9a1662a7cd8aa16112d8bef95daaa
LicenseMIT OR Unlicense
Buildrootdist-oc9-epol-build-106823-66894
Provides
stb_sprintf-devel = 1.10^20240531git013ac3b-1.oc9
stb_sprintf-devel(aarch-64) = 1.10^20240531git013ac3b-1.oc9
stb_sprintf-static = 1.10^20240531git013ac3b-1.oc9
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
rpmlib(CaretInVersions) <= 4.15.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 5 of 5
Name ascending sort Size
/usr/include/stb0.00 B
/usr/include/stb/stb_sprintf.h56.92 KB
/usr/include/stb_sprintf.h17.00 B
/usr/share/licenses/stb_sprintf-devel0.00 B
/usr/share/licenses/stb_sprintf-devel/LICENSE2.45 KB
Component of No Buildroots