Commit Graph

8 Commits

Author SHA1 Message Date
Andrew Lalis 76e80dbd9a fixed some more with the readme 2017-05-22 15:36:54 +02:00
Andrew Lalis 1ccc72c16d trying out the code in readme 2017-05-22 15:34:36 +02:00
Andrew Lalis 3ae088f445 Updated readme with stack functions. 2017-05-22 15:30:13 +02:00
Andrew Lalis 33cf63a30e Added a tester file and used pointers for stacks.
Changed arguments for stack functions to pointers, for ease of use!
2017-05-22 15:26:21 +02:00
A.G. Lalis 4c6ff8bb23 Added handyargs.h and code for stacks.
Implemented full stack functionality for integer items. Functions added:
createStack, freeStack, pushToStack, popFromStack, printStack.
2017-05-22 15:04:25 +02:00
A.G. Lalis e668263ab7 Added git ignore 2017-05-22 14:28:05 +02:00
A.G. Lalis af8ad2fded Changed the readme a little bit.
Added some structure for listing all the functions.
2017-05-22 14:23:01 +02:00
Andrew Lalis f28d738b21 Initial commit 2017-05-22 14:13:50 +02:00