summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/gcvt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use strlcpy(); assumes buf is at least ndigit bytes long which is asmillert2003-04-021-4/+7
| | | | safe as we can get. deraadt@ OK
* Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code.millert2002-12-021-0/+103