cvs commit: src/include string.h

Tim J. Robbins tjr at FreeBSD.org
Thu Jul 22 19:20:06 PDT 2004


tjr         2004-07-23 02:20:05 UTC

  FreeBSD src repository

  Modified files:
    include              string.h 
  Log:
  Mark functions pure where applicable. A notable exclusion is strcoll(),
  which is not strictly pure because it calls malloc()/free() in some cases.
  
  Revision  Changes    Path
  1.20      +13 -13    src/include/string.h


More information about the cvs-src mailing list