Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 1997 23:31:41 -0800 (PST)
From:      "Jordan K. Hubbard" <jkh>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libc/stdio printf.3 vfprintf.c
Message-ID:  <199701140731.XAA26362@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkh         97/01/13 23:31:40

  Modified:    lib/libc/stdio  printf.3 vfprintf.c
  Log:
  The following patch to lib/libc/stdio implements positional arguments in
  a manner consistent with other implementations.  Its done in a way that
  adds only a tiny amount of overhead when positional arguments are not used.
  I also have a test program to go with this, but don't know where it belongs
  in the tree.
  
  Submitted-By: Bill Fenner <fenner@FreeBSD.ORG>
  
  Revision  Changes    Path
  1.7       +14 -0     src/lib/libc/stdio/printf.3
  1.11      +400 -22   src/lib/libc/stdio/vfprintf.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701140731.XAA26362>