This commit is contained in:
oniic
2026-04-25 17:23:04 +07:00
parent 7f0f6ab5ba
commit 92b040fb32
129 changed files with 1809 additions and 1112 deletions
+16
View File
@@ -0,0 +1,16 @@
#ifndef IO_H
#define IO_H
#include "typedef.h"
// === io.c ===
void del_cmd_list(CMD_GRP_ENUM grp);
void create_cmd_list(CMD_GRP_ENUM grp,char* get[],int n);
char buff_input(char *inbuff, char *_buff);
char cmd_buff(char* _buff,CMD_GRP_ENUM grp);
char get_matrix_num(void);
int get_num(void);
void declarete_cmd_main();
#endif