libsapling  0.8.0
stack.h
Go to the documentation of this file.
1 #ifndef _LIBSAPLING_STACK_H_
2 #define _LIBSAPLING_STACK_H_
3 
10 #include "libsapling/dm/graph.h"
12 
13 void *stack__access(node_t *ref);
14 void stack__insert(node_t *ref, void *info);
15 void stack__delete(node_t *ref);
16 
17 #endif
Graph implementation.
Typed stack interface implementation.