Date: Tue, 25 May 2004 03:42:52 -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/include wchar.h src/lib/libc/stdio getwc.c getwchar.c putwc.c putwchar.c Message-ID: <200405251042.i4PAgrmh039021@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2004/05/25 03:42:52 PDT FreeBSD src repository Modified files: include wchar.h lib/libc/stdio getwc.c getwchar.c putwc.c putwchar.c Log: Provide trivial macro implementations of getwc(), getwchar(), putwc() and putwchar() to reduce function call overhead. Revision Changes Path 1.37 +8 -0 src/include/wchar.h 1.3 +2 -0 src/lib/libc/stdio/getwc.c 1.3 +2 -0 src/lib/libc/stdio/getwchar.c 1.3 +2 -0 src/lib/libc/stdio/putwc.c 1.3 +2 -0 src/lib/libc/stdio/putwchar.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405251042.i4PAgrmh039021>