fontupdate

This commit is contained in:
ada-dmitry
2023-04-01 21:49:35 +03:00
parent ce57be30e6
commit fa03214161
2 changed files with 6 additions and 4 deletions
@@ -11,8 +11,8 @@ typedef struct Node {
void pr(node *tmp);
node *add_head(node *head, int hh);
node *add_tail(node *head, int hh);
node *del_head(node *head);
node *del_tail(node *list);
node *del_head(node *head);
node *del_tail(node *list);
// node *sort(node *head);
// int lenghth(node *list);
// void writefile(const char *path, node *head);