added a char stack implementation for later use
authorMichael Göhler <somebody.here@gmx.de>
Sun, 7 Sep 2014 19:38:59 +0000 (21:38 +0200)
committerMichael Göhler <somebody.here@gmx.de>
Sun, 7 Sep 2014 19:38:59 +0000 (21:38 +0200)
commit584bba9e9357ff7adc0fcedf75fb098c359abb33
tree563121968e5e32645b17e43bd736f023fa099812
parentd292db7e4bce9bbe8f379757d07a902502dcfb22
added a char stack implementation for later use
Makefile
cstack.c [new file with mode: 0644]
include/cstack.h [new file with mode: 0644]
test/cstack.c [new file with mode: 0644]