Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2001 17:22:08 -0800 (PST)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdlib Makefile.inc atol.3 atoll.c src/include stdlib.h
Message-ID:  <200111280122.fAS1M8U42082@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        2001/11/27 17:22:08 PST

  Modified files:
    lib/libc/stdlib      Makefile.inc atol.3 
    include              stdlib.h 
  Added files:
    lib/libc/stdlib      atoll.c 
  Log:
  Add atoll(3) to conform POSIX and C99
  
  Revision  Changes    Path
  1.23      +1 -0      src/include/stdlib.h
  1.34      +3 -1      src/lib/libc/stdlib/Makefile.inc
  1.7       +23 -2     src/lib/libc/stdlib/atol.3
  1.1       +44 -0     src/lib/libc/stdlib/atoll.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?200111280122.fAS1M8U42082>