mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 21:11:57 +03:00
Update stack.c (#617)
This commit is contained in:
parent
544f492720
commit
af6de4b7d4
@ -13,6 +13,9 @@
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// DATA STRUCTURES
|
||||
/**
|
||||
* creating a stucture with 'data'(type:int), two pointers 'next','pre' (type: struct node) .
|
||||
*/
|
||||
struct node
|
||||
{
|
||||
int data;
|
||||
|
Loading…
Reference in New Issue
Block a user