Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2003 00:59:36 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/locale mbtowc.c wctomb.c
Message-ID:  <200308070759.h777xaKE055522@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2003/08/07 00:59:36 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/locale      mbtowc.c wctomb.c 
  Log:
  Implement mbtowc() in terms of mbrtowc(), and wctomb() in terms of wcrtomb().
  
  Revision  Changes    Path
  1.7       +20 -24    src/lib/libc/locale/mbtowc.c
  1.4       +22 -29    src/lib/libc/locale/wctomb.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308070759.h777xaKE055522>