Main Page | Data Structures | File List | Data Fields | Globals

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 MAX_ELEMENTS   1024

Functions

static void dpush (long data)
static long dpop (void)
static long dget (void)
int init_stack (void)
u8 * get_stackstring (void)

Variables

long * dstack
long * startdstack


Define Documentation

#define MAX_ELEMENTS   1024
 

Definition at line 31 of file stack.h.

Referenced by init_stack().


Function Documentation

static long dget void   )  [inline, static]
 

Definition at line 41 of file stack.h.

References dstack.

static long dpop void   )  [inline, static]
 

Definition at line 40 of file stack.h.

References dstack.

static void dpush long  data  )  [inline, static]
 

Definition at line 39 of file stack.h.

References dstack.

u8* get_stackstring void   ) 
 

Definition at line 101 of file stack.c.

References dpop(), and u8.

Here is the call graph for this function:

int init_stack void   ) 
 

Definition at line 48 of file stack.c.

References dstack, enddstack, MAX_ELEMENTS, and startdstack.

Referenced by main().


Variable Documentation

long* dstack
 

Definition at line 43 of file stack.c.

Referenced by dget(), dpop(), dpush(), and init_stack().

long * startdstack
 

Definition at line 43 of file stack.c.

Referenced by dpush(), and init_stack().


Generated on Fri Aug 18 14:11:48 2006 for Toke0.6.10 by  doxygen 1.4.4