stack_st Struct Reference

#include <
stack.h>

Data Fields

int num
char ** data
int sorted
int num_alloc
int(* comp )(const char *const *, const char *const *)

Field Documentation

int(* stack_st::comp)(const char *const *, const char *const *)
 
char** stack_st::data
 
int stack_st::num
 
int stack_st::num_alloc
 
int stack_st::sorted
 

The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top