| |
| | snprintf.c - a portable implementation of snprintf (including vsnprintf.c, asnprintf, vasnprintf, asprintf, vasprintf) |
 | | It is permitted for str_m to be zero, and it is permitted to specify NULL pointer for resulting string argument if str_m is zero (as per ISO C99). |
 | | The return value is the number of characters which would be generated for the given input, excluding the trailing null. |
 | | NOTE that this matches the ISO C99, OpenBSD, and GNU C library 2.1, but is different from some older and vendor implementations, and is also different from XPG, XSH5, SUSv2 specifications. |
| www.ijs.si /software/snprintf (1885 words) |
|