Date: Wed, 21 Jul 2004 08:35:18 +0000 (UTC) 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/stdio fputws.c Message-ID: <200407210835.i6L8ZIF5038772@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2004-07-21 08:35:18 UTC FreeBSD src repository Modified files: lib/libc/stdio fputws.c Log: Use __wcsrtombs() and __sfvwrite() to convert and write the wide character string instead of multiple calls to __fputwc(). Revision Changes Path 1.5 +25 -8 src/lib/libc/stdio/fputws.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407210835.i6L8ZIF5038772>