summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio/snprintf.c
Commit message (Collapse)AuthorAgeFilesLines
* 2000-08-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2000-08-081-4/+6
| | | | | | | | | * libc/stdio/snprintf.c (snprintf, _snprintf_r): Fixed code so size of 0 results in nothing being written to string. Also fixed code so that when size is non-zero, there is only a maximum of size - 1 characters written to the array and a nul terminator is appended at the end. * libc/stdio/vsnprintf.c (vsnprintf, _vsnprintf_r): Ditto.
* import newlib-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+95