m
This commit is contained in:
@@ -4,23 +4,26 @@
|
||||
#include <stdio.h>
|
||||
#include <wchar.h>
|
||||
|
||||
|
||||
// GET
|
||||
int buffinput(int *x, int *inbuf, int *buff);
|
||||
|
||||
|
||||
// FUNC
|
||||
void func1();
|
||||
void func1(int f, int *x, int inbuff, int *buff);
|
||||
|
||||
void func2();
|
||||
void func2(int f, int *x, int inbuff, int *buff);
|
||||
|
||||
void func3();
|
||||
void func3(int f, int *x, int inbuff, int *buff);
|
||||
|
||||
void count(int *x);
|
||||
|
||||
|
||||
// DEFINE
|
||||
#define clear; printf("\n \033[H\033[J \n");
|
||||
|
||||
#define BUFFMAX 20
|
||||
#define XMAX 23
|
||||
#define XMAX 31
|
||||
|
||||
#define FUNC1 3
|
||||
#define FUNC2 8
|
||||
|
||||
Reference in New Issue
Block a user