summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/examples/stack.c')
-rw-r--r--misc/examples/stack.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/examples/stack.c b/misc/examples/stack.c
index c817e1ae..96bab24b 100644
--- a/misc/examples/stack.c
+++ b/misc/examples/stack.c
@@ -3,11 +3,11 @@
#define i_tag i
#define i_capacity 100
-#define i_val int
+#define i_key int
#include <stc/cstack.h>
#define i_tag c
-#define i_val char
+#define i_key char
#include <stc/cstack.h>
int main() {