Changeset 1506 for trunk/src/emx/include/ternary.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/ternary.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1505 r1506 1 /* ternary.h,v 1.2 2004/09/14 22:27:36 bird Exp */ 2 /** @file 3 * GNU, -liberty. 4 */ 5 1 6 /* ternary.h - Ternary Search Trees 2 7 Copyright 2001 Free Software Foundation, Inc. … … 34 39 ternary_node; 35 40 36 /* Insert string S into tree P, associating it with DATA. 41 /* Insert string S into tree P, associating it with DATA. 37 42 Return the data in the tree associated with the string if it's 38 43 already there, and replace is 0. … … 42 47 PTR data, int replace)); 43 48 44 /* Delete the ternary search tree rooted at P. 49 /* Delete the ternary search tree rooted at P. 45 50 Does NOT delete the data you associated with the strings. */ 46 51 void ternary_cleanup PARAMS ((ternary_tree p)); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.