mirror of
https://github.com/ada-dmitry/prog.l_ada.git
synced 2026-09-24 09:10:14 +00:00
meow
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user