-
Notifications
You must be signed in to change notification settings - Fork 0
/
prototype.h,v
47 lines (41 loc) · 844 Bytes
/
prototype.h,v
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
head 1.1;
access;
symbols;
locks
root:1.1; strict;
comment @ * @;
1.1
date 2017.11.13.16.57.58; author root; state Exp;
branches;
next ;
desc
@it include prototypes of all functions which is used for MDC
@
1.1
log
@Initial revision
@
text
@int compression();
int decompression();
int decompression2();
int decompression3();
int decompression4();
int decompression5();
int decompression6();
int decompression7();
char * createarray(int);
char * insert(char *,char);
int operation(int);
int mainmenu();
int unique(char *,char);
int codelength(int);
int compression2(char *,int,char *);
int compression3(char *,int,char *);
int compression4(char *,char *,int);
int compression5(char *,int,char *);
int compression6(char*,int,char*);
int compression7(char*,int,char*);
int preserve_masterarray(char *, int);
int findloc(char,char *,int);
@