summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/gcvt.c
AgeCommit message (Expand)Author
2003-04-02use strlcpy(); assumes buf is at least ndigit bytes long which is asTodd C. Miller
2002-12-02Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code.Todd C. Miller