Ignore:
Timestamp:
Sep 15, 2004, 12:27:38 AM (21 years ago)
Author:
bird
Message:

@unixroot. header reviews. ++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/ternary.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r1505 r1506  
     1/* ternary.h,v 1.2 2004/09/14 22:27:36 bird Exp */
     2/** @file
     3 * GNU, -liberty.
     4 */
     5
    16/* ternary.h - Ternary Search Trees
    27   Copyright 2001 Free Software Foundation, Inc.
     
    3439ternary_node;
    3540
    36 /* Insert string S into tree P, associating it with DATA. 
     41/* Insert string S into tree P, associating it with DATA.
    3742   Return the data in the tree associated with the string if it's
    3843   already there, and replace is 0.
     
    4247                            PTR data, int replace));
    4348
    44 /* Delete the ternary search tree rooted at P. 
     49/* Delete the ternary search tree rooted at P.
    4550   Does NOT delete the data you associated with the strings. */
    4651void ternary_cleanup PARAMS ((ternary_tree p));
Note: See TracChangeset for help on using the changeset viewer.