fix welcome
This commit is contained in:
parent
ee7aa0dffa
commit
8d4f8297ad
@ -10,10 +10,7 @@
|
|||||||
#include<ctype.h>
|
#include<ctype.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MENU_H
|
|
||||||
#define MENU_H
|
|
||||||
#include "menu.h"
|
|
||||||
#endif //MENU_H
|
|
||||||
|
|
||||||
#ifndef SORT_H
|
#ifndef SORT_H
|
||||||
#define SORT_H
|
#define SORT_H
|
||||||
|
3
utils.h
3
utils.h
@ -9,6 +9,9 @@
|
|||||||
#include<ctype.h>
|
#include<ctype.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#endif
|
#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 choices_selecter(char * Items[],int items,char * welcome_messages ){
|
||||||
int choice = 0;
|
int choice = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user