From 8d4f8297ad488541d3d16eda19d79294a1fc1a97 Mon Sep 17 00:00:00 2001 From: AU KA LONG Date: Tue, 18 Jul 2023 12:39:21 +0800 Subject: [PATCH] fix welcome --- normal_user.h | 5 +---- utils.h | 3 +++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/normal_user.h b/normal_user.h index ef4e824..7bbc180 100644 --- a/normal_user.h +++ b/normal_user.h @@ -10,10 +10,7 @@ #include #endif -#ifndef MENU_H -#define MENU_H -#include "menu.h" -#endif //MENU_H + #ifndef SORT_H #define SORT_H diff --git a/utils.h b/utils.h index 576f5a8..d732b90 100644 --- a/utils.h +++ b/utils.h @@ -9,6 +9,9 @@ #include #include #endif +void welcome_message(){ + printf("><\n");//welcome messgae +} int choices_selecter(char * Items[],int items,char * welcome_messages ){ int choice = 0;