libsapling  0.8.0
Functions
stack.h File Reference

Stack implementation. More...

#include "libsapling/dm/graph.h"
#include "libsapling/dm/typed/typed_stack.h"

Go to the source code of this file.

Functions

void * stack__access (node_t *ref)
 
void stack__insert (node_t *ref, void *info)
 
void stack__delete (node_t *ref)
 

Detailed Description

Stack implementation.

See also
graph.h