fix welcome

This commit is contained in:
AU KA LONG 2023-07-18 12:39:21 +08:00
parent ee7aa0dffa
commit 8d4f8297ad
2 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,7 @@
#include<ctype.h>
#endif
#ifndef MENU_H
#define MENU_H
#include "menu.h"
#endif //MENU_H
#ifndef SORT_H
#define SORT_H

View File

@ -9,6 +9,9 @@
#include<ctype.h>
#include <stddef.h>
#endif
void welcome_message(){
printf("><Welcome to the Student Union POS system><\n");//welcome messgae
}
int choices_selecter(char * Items[],int items,char * welcome_messages ){
int choice = 0;