Salad  1.0.15
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Functions
stack.c File Reference
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "salad/list.h"
#include "salad/stack.h"
#include "salad/types.h"
#include "salad/vector.h"

Function Documentation

void sld_stack_free ( struct sld_stack stack)
related
SLD_SSINT sld_stack_init ( struct sld_stack stack,
sld_stack_type  stack_type 
)
related
void* sld_stack_peek ( struct sld_stack stack)
related
void* sld_stack_pop ( struct sld_stack stack)
related
SLD_SSINT sld_stack_push ( struct sld_stack stack,
void *  object 
)
related
SLD_UINT sld_stack_size ( struct sld_stack stack)
related