telegrafista

This commit is contained in:
Maryna Kravtsova 2020-12-03 15:00:36 +01:00
parent 9c19489f6b
commit c6eaec1cc9

View File

@ -2,7 +2,7 @@
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#define MAX 1000 #define MAX 10000
struct morsetree{ struct morsetree{
char letter; char letter;