Date: Sat, 3 Aug 2002 06:49:56 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wchar.h src/lib/libc/locale Makefile.inc btowc.3 btowc.c wctob.c Message-ID: <200208031349.g73DnuHI082188@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/08/03 06:49:56 PDT Modified files: include wchar.h lib/libc/locale Makefile.inc Added files: lib/libc/locale btowc.3 btowc.c wctob.c Log: Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions. Revision Changes Path 1.7 +3 -0 src/include/wchar.h 1.25 +4 -2 src/lib/libc/locale/Makefile.inc 1.1 +77 -0 src/lib/libc/locale/btowc.3 (new) 1.1 +45 -0 src/lib/libc/locale/btowc.c (new) 1.1 +41 -0 src/lib/libc/locale/wctob.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?200208031349.g73DnuHI082188>