Carbon


AVLTreeStruct

Header: AVLTree.h

struct AVLTreeStruct {
    OSType signature; 
    UInt32 privateStuff[8];
};
typedef AVLTreeStruct AVLTreePtr;

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)