C99-snprintf 1.1 (Default branch) |
|
|
C99‑snprintf is a free, portable, and C99
compliant implementation of the snprintf(3),
vsnprintf(3), asprintf(3), and vasprintf(3)
functions. It can be included with software
packages as replacement code for systems which
don't provide (C99 compliant versions of) these
functions.
License: MIT/X Consortium License
Changes:
This release fixes the detection of infinite floating point values on IRIX (and possibly other systems) and applies a few other minor cleanups.
|