Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

string-set.h File Reference

#include <stdio.h>

Go to the source code of this file.

Compounds

struct  String_set

Functions

String_setstring_set_create (void)
char* string_set_add (const char *source_string,String_set *ss)
char* string_set_lookup (const char *source_string,String_set *ss)
void string_set_delete (String_set *ss)
void string_set_display (FILE *fp,String_set *ss)


Function Documentation

char * string_set_add ( const char * source_string,
String_set * ss )
 

String_set * string_set_create ( void )
 

void string_set_delete ( String_set * ss )
 

void string_set_display ( FILE * fp,
String_set * ss )
 

char * string_set_lookup ( const char * source_string,
String_set * ss )
 


Generated at Fri Jul 26 18:22:38 2002 for LEMUR by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000