newgen_generic_stack.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define DEFINE_STACK(PREFIX, name, type)
#define DEFINE_LOCAL_STACK(name, type)   DEFINE_STACK(static, name, type)
 the stack
#define DEFINE_GLOBAL_STACK(name, type)   DEFINE_STACK(extern, name, type)

Define Documentation

#define DEFINE_GLOBAL_STACK ( name,
type   )     DEFINE_STACK(extern, name, type)

Definition at line 98 of file newgen_generic_stack.h.

#define DEFINE_LOCAL_STACK ( name,
type   )     DEFINE_STACK(static, name, type)

the stack

its functions

Definition at line 97 of file newgen_generic_stack.h.

#define DEFINE_STACK ( PREFIX,
name,
type   ) 

Definition at line 27 of file newgen_generic_stack.h.

Generated on Tue Aug 24 14:17:37 2010 for PIPS by  doxygen 1.6.3