Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2002 01:16:57 -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/string Makefile.inc wcstok.3 wcstok.c
Message-ID:  <200209070816.g878GvGq040306@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/09/07 01:16:57 PDT

  Modified files:
    include              wchar.h 
    lib/libc/string      Makefile.inc 
  Added files:
    lib/libc/string      wcstok.3 wcstok.c 
  Log:
  Add an implementation of wcstok(), based on strtok_r().
  
  Revision  Changes    Path
  1.19      +2 -0      src/include/wchar.h
  1.29      +4 -3      src/lib/libc/string/Makefile.inc
  1.1       +120 -0    src/lib/libc/string/wcstok.3 (new)
  1.1       +89 -0     src/lib/libc/string/wcstok.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?200209070816.g878GvGq040306>