m
This commit is contained in:
@@ -7,31 +7,31 @@
|
||||
|
||||
|
||||
// GET
|
||||
int buffinput(int *x, int *inbuf, int *buff);
|
||||
int queryinput(int *x, int *inbuf, int *query);
|
||||
|
||||
|
||||
// FUNC
|
||||
void func1(char **f, int *x, int inbuff, int *buff);
|
||||
void func1(char **f, int *x, int inquery, int *query);
|
||||
|
||||
void func2(char **f, int *x, int inbuff, int *buff);
|
||||
void func2(char **f, int *x, int inquery, int *query);
|
||||
|
||||
void func3(char **f, int *x, int inbuff, int *buff);
|
||||
void func3(char **f, int *x, int inquery, int *query);
|
||||
|
||||
int last(int inbuff,int *buff);
|
||||
int last(int inquery,int *query);
|
||||
|
||||
void put(int i,int *x,int inbuff,int *buff);
|
||||
void put(int i,int *x,int inquery,int *query);
|
||||
|
||||
void count(int *x);
|
||||
|
||||
int str(char *a,char *b);
|
||||
|
||||
int strbuff(char *a,int *b);
|
||||
int strquery(char *a,int *b);
|
||||
|
||||
int funcReturn(char *f);
|
||||
|
||||
// DEFINE
|
||||
#define clear printf("\n \033[H\033[J \n")
|
||||
|
||||
#define BUFFMAX 20
|
||||
#define XMAX 31
|
||||
#define QUERYMAX 20
|
||||
#define XMAX 40
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user