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

Update stack.h

parent 3abedd6b
Branches
No related merge requests found
......@@ -5,7 +5,7 @@
/**@brief Struktur des Stacks.
*/
typedef struct
typedef struct IntStack
{
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