Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2002 07:16:12 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/locale mbstowcs.c wcstombs.c
Message-ID:  <200208311416.g7VEGCAn040875@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/08/31 07:16:12 PDT

  Modified files:
    lib/libc/locale      mbstowcs.c wcstombs.c 
  Log:
  Implement the XSI extension which allows the destination string to be
  NULL, and returns the number of bytes that would be required to store
  the result of the conversion without storing anything.
  
  PR:             17694
  
  Revision  Changes    Path
  1.2       +23 -2     src/lib/libc/locale/mbstowcs.c
  1.2       +25 -4     src/lib/libc/locale/wcstombs.c

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?200208311416.g7VEGCAn040875>