lab11 done
This commit is contained in:
@@ -13,15 +13,15 @@ int queryinput(int *x, int *inbuf, int *query);
|
||||
// FUNC
|
||||
void func1(char **f, int *x, int inquery, int *query);
|
||||
|
||||
void func2(char **f, int *x, int inquery, int *query);
|
||||
void func2(char **f, int *x, int inquery, int *query, int *ch);
|
||||
|
||||
void func3(char **f, int *x, int inquery, int *query);
|
||||
|
||||
int last(int inquery,int *query);
|
||||
|
||||
void put(int i,int *x,int inquery,int *query);
|
||||
void put(int *x,int i,int inquery,int *query);
|
||||
|
||||
void count(int *x);
|
||||
void printcount(int *x);
|
||||
|
||||
int str(char *a,char *b);
|
||||
|
||||
@@ -32,6 +32,6 @@ int funcReturn(char *f);
|
||||
// DEFINE
|
||||
#define clear printf("\n \033[H\033[J \n")
|
||||
|
||||
#define QUERYMAX 20
|
||||
#define QUERYMAX 40
|
||||
#define XMAX 40
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user