added and fixed stack

This commit is contained in:
2018-09-26 18:22:36 +02:00
parent 5a5db35123
commit 11ac831fea
5 changed files with 65 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ CC=gcc
all: test_method_dispatcher
method_dispatcher: clean
$(CC) ../method_dispatcher.c test_method_dispatcher.c -o method_dispatcher
$(CC) -g ../method_dispatcher.c test_method_dispatcher.c -o method_dispatcher
test_method_dispatcher: method_dispatcher
valgrind ./method_dispatcher