Nilorea Library
C utilities for networking, threading, graphics
STACKS: generic type stack

Data Structures

struct  STACK
 STACK structure. More...
 

Detailed Description


Data Structure Documentation

◆ STACK

struct STACK

STACK structure.

Definition at line 22 of file n_stack.h.

+ Collaboration diagram for STACK:
Data Fields
unsigned int size Size of array.
void ** stack STACK array.