cvs commit: src/include wchar.h src/lib/libc/stdio Makefile.inc fgetwln.3 fgetwln.c

Tim J. Robbins tjr at FreeBSD.org
Thu Jul 15 23:06:09 PDT 2004


tjr         2004-07-16 06:06:09 UTC

  FreeBSD src repository

  Modified files:
    include              wchar.h 
    lib/libc/stdio       Makefile.inc 
  Added files:
    lib/libc/stdio       fgetwln.3 fgetwln.c 
  Log:
  Add fgetwln(), a wide character version of fgetln().
  
  Revision  Changes    Path
  1.42      +1 -0      src/include/wchar.h
  1.33      +4 -2      src/lib/libc/stdio/Makefile.inc
  1.1       +120 -0    src/lib/libc/stdio/fgetwln.3 (new)
  1.1       +68 -0     src/lib/libc/stdio/fgetwln.c (new)


More information about the cvs-src mailing list