cvs commit: src/lib/libc/locale mbtowc.c wctomb.c

Tim J. Robbins tjr at FreeBSD.org
Thu Aug 7 00:59:37 PDT 2003


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


More information about the cvs-src mailing list