This commit is contained in:
2025-11-24 02:34:25 +07:00
parent 12e5a28710
commit a58080a1a6
4 changed files with 111 additions and 19 deletions
+7 -4
View File
@@ -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