Skip to content
Snippets Groups Projects
Commit 1a2767ce authored by Suna Yelgin's avatar Suna Yelgin
Browse files

Update stack.h

parent 77a8170e
Branches
No related merge requests found
......@@ -5,7 +5,7 @@
/**@brief Struktur des Stacks.
*/
typedef struct IntStack_h
typedef struct intstack_h
{
unsigned length;
unsigned used;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment