MyWebUniversity.com Home Page
 



OpenSolaris man pages main menu


Headers                                           search.h(3HEAD)



NAME
     search.h, search - search tables

SYNOPSIS
     #include 


DESCRIPTION
     The  header defines the ENTRY type  for  structure
     entry, which includes the following members:

       char *key
       void *data



     and defines ACTION  and  VISIT  as  enumeration  data  types
     through type definitions as follows:

       enum { FIND, ENTER } ACTION;
       enum { preorder, postorder, endorder, leaf } VISIT;



     The sizet type is defined as  described  in  .
     See types.h(3HEAD).

ATRIBUTES
     See attributes(5) for descriptions of the  following  attri-
     butes:



     
           ATRIBUTE TYPE               ATRIBUTE VALUE       
    
     Interface Stability          Standard                    
    


SEE ALSO
     hsearch(3C),    insque(3C),    lsearch(3C),     tsearch(3C),
     types.h(3HEAD), attributes(5), standards(5)












SunOS 5.11          Last change: 10 Sep 2004                    1



OpenSolaris man pages main menu

Contact us      |       About us      |       Term of use      |       Copyright © 2000-2010 MyWebUniversity.com ™