This commit is contained in:
ada.dmitry
2023-05-16 12:35:39 +03:00
parent 58a2573b52
commit dc4a1158f6
9 changed files with 192 additions and 81 deletions
-2
View File
@@ -9,5 +9,3 @@ typedef struct Stack
void linked_print(Stack *l);
Stack *add_head(Stack *l, double x);
Stack *del_head(Stack *l);
int len(Stack *l);
Stack get(Stack *l, int n);