cvs commit: src/lib/libc/stdlib rb.h

Jason Evans jasone at FreeBSD.org
Thu May 1 17:24:38 UTC 2008


jasone      2008-05-01 17:24:37 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      rb.h 
  Log:
  Add rb_wrap(), which creates C function wrappers for most rb_*()
  macros.
  
  Add rb_foreach_next() and rb_foreach_reverse_prev(), which make it
  possible to re-synchronize tree iteration after the tree has been
  modified.
  
  Rename rb_tree_new() to rb_new().
  
  Revision  Changes    Path
  1.2       +194 -36   src/lib/libc/stdlib/rb.h


More information about the cvs-all mailing list