Gem-graph 0.1.0
A modelling tool based on rewriting of geometric graphs.
Loading...
Searching...
No Matches
Functions
pile.c File Reference

Gem-graph-client. More...

#include "../../include/util.h"

Functions

int util_pile_push (pile **p, int value)
 
int util_pile_pop (pile **p)
 
void util_pile_clear (pile **p)
 
int util_pile_length (pile *p)
 
void util_pile_view (pile *p)
 

Detailed Description

Gem-graph-client.

This file is part of Gem-graph. It implements a simple pile functions.

Function Documentation

◆ util_pile_clear()

void util_pile_clear ( pile **  p)
Parameters
**p

◆ util_pile_length()

int util_pile_length ( pile p)
Parameters
**p
Returns
length

◆ util_pile_pop()

int util_pile_pop ( pile **  p)
Parameters
**p
Returns
value

◆ util_pile_push()

int util_pile_push ( pile **  p,
int  value 
)
Parameters
**p
value
Returns
value

◆ util_pile_view()

void util_pile_view ( pile p)
Parameters
**p