Date: Wed, 24 Dec 1997 15:23:22 -0800 (PST) From: "Andrey A. Chernov" <ache@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdio fvwrite.c Message-ID: <199712242323.PAA08119@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 1997/12/24 15:23:21 PST Modified files: lib/libc/stdio fvwrite.c Log: 1) Restore back comment about snprintf() 2) Optimize string buffer copy to call memcpy() and update pointers only for count > 0, it makes snprintf(NULL, 0, ...) more efficient Revision Changes Path 1.7 +10 -7 src/lib/libc/stdio/fvwrite.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712242323.PAA08119>