Date: Tue, 27 Nov 2001 19:37:06 -0800 (PST) From: Bill Fenner <fenner@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib Makefile.inc strtoimax.c strtol.3 strtoul.3 strtoumax.c Message-ID: <200111280337.fAS3b6i03430@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
fenner 2001/11/27 19:37:06 PST Modified files: lib/libc/stdlib Makefile.inc strtol.3 strtoul.3 Added files: lib/libc/stdlib strtoimax.c strtoumax.c Log: Implement strtoimax() and strtoumax() Revision Changes Path 1.35 +8 -8 src/lib/libc/stdlib/Makefile.inc 1.1 +142 -0 src/lib/libc/stdlib/strtoimax.c (new) 1.15 +38 -26 src/lib/libc/stdlib/strtol.3 1.15 +31 -10 src/lib/libc/stdlib/strtoul.3 1.1 +120 -0 src/lib/libc/stdlib/strtoumax.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111280337.fAS3b6i03430>