fix and add main.c

This commit is contained in:
Qukich
2024-02-22 10:15:06 +03:00
parent 202598b23e
commit 7ba1e3146d
23 changed files with 233 additions and 957 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#define FLAG_WORD 1
struct message{
float numbers[4];
float numbers[3];
size_t len_numbers;
char* str;
size_t len_str;