git: libc: Add atof_l(), atoi_l(), atol_l() and atoll_l().

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Nov 16 22:17:08 PST 2013


commit c576ced5838f33fea9378b3481f8a9a8f2530c18
Author: Sascha Wildner <saw at online.de>
Date:   Sun Nov 17 07:12:02 2013 +0100

    libc: Add atof_l(), atoi_l(), atol_l() and atoll_l().

Summary of changes:
 lib/libc/stdlib/Makefile.inc |  4 +++-
 lib/libc/stdlib/atof.3       | 15 +++++++++++----
 lib/libc/stdlib/atof.c       |  8 +++++++-
 lib/libc/stdlib/atoi.3       | 15 +++++++++++----
 lib/libc/stdlib/atoi.c       |  8 +++++++-
 lib/libc/stdlib/atol.3       | 18 ++++++++++++++----
 lib/libc/stdlib/atol.c       |  8 +++++++-
 lib/libc/stdlib/atoll.c      |  9 +++++++--
 8 files changed, 67 insertions(+), 18 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c576ced5838f33fea9378b3481f8a9a8f2530c18


-- 
DragonFly BSD source repository



More information about the Commits mailing list