cvs commit: src/include wchar.h src/lib/libc/stdio getwc.c getwchar.c putwc.c putwchar.c

Tim J. Robbins tjr at FreeBSD.org
Tue May 25 03:42:53 PDT 2004


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


More information about the cvs-src mailing list