Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2002 05:40:07 -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/stdio Makefile.inc fwscanf.c local.h swscanf.c vfwscanf.c vswscanf.c vwscanf.c wscanf.3 wscanf.c
Message-ID:  <200209231240.g8NCe7hP096698@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/09/23 05:40:07 PDT

  Modified files:
    include              wchar.h 
    lib/libc/stdio       Makefile.inc local.h 
  Added files:
    lib/libc/stdio       fwscanf.c swscanf.c vfwscanf.c vswscanf.c 
                         vwscanf.c wscanf.3 wscanf.c 
  Log:
  Add implementations of wscanf() and related functions: fwscanf(), swscanf(),
  vfwscanf(), vswscanf(), vwscanf(). As the name suggests, these are wide-
  character versions of the scanf() family of functions.
  
  Revision  Changes    Path
  1.30      +8 -0      src/include/wchar.h
  1.25      +11 -6     src/lib/libc/stdio/Makefile.inc
  1.1       +45 -0     src/lib/libc/stdio/fwscanf.c (new)
  1.19      +2 -0      src/lib/libc/stdio/local.h
  1.1       +45 -0     src/lib/libc/stdio/swscanf.c (new)
  1.1       +748 -0    src/lib/libc/stdio/vfwscanf.c (new)
  1.1       +98 -0     src/lib/libc/stdio/vswscanf.c (new)
  1.1       +39 -0     src/lib/libc/stdio/vwscanf.c (new)
  1.1       +497 -0    src/lib/libc/stdio/wscanf.3 (new)
  1.1       +45 -0     src/lib/libc/stdio/wscanf.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?200209231240.g8NCe7hP096698>