Stack
A stack is an abstract data type and data structure based on the principle of Last In First Out (LIFO).
Language
Any
Platform
Linux
Remove
License
Any
This is a lib for using a dynamic stack in your linux programs.
it is simple but very usefull. You can push elements to the
stack of any type. Check out the header file for more
information.
With this routines you are able to gather informations given by
the linux kernel to the process stack before transfering
control to the process. Most coders do not know about this
vectors. So...