RCS file: header.h,v Working file: header.h head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: It includes all the header files. ---------------------------- revision 1.1 locked by: root; date: 2015/02/07 16:08:36; author: root; state: Exp; Initial revision ============================================================================= RCS file: mdc.c,v Working file: mdc.c head: 1.8 branch: locks: strict root: 1.8 access list: symbolic names: keyword substitution: kv total revisions: 8; selected revisions: 8 description: It is a program for multiple data compression and encryption using iterative technique. ---------------------------- revision 1.8 locked by: root; date: 2015/02/07 16:30:36; author: root; state: Exp; lines: +1 -1 printf() statement is updated for printing cl. ';' is added. ---------------------------- revision 1.7 date: 2015/02/07 16:29:55; author: root; state: Exp; lines: +16 -1 Calculated the code length for the master array. ---------------------------- revision 1.6 date: 2015/02/07 16:25:20; author: root; state: Exp; lines: +1 -0 for loop is closed using '}' which was not closed earlier. ---------------------------- revision 1.5 date: 2015/02/07 16:23:15; author: root; state: Exp; lines: +24 -8 Each new character read from a file is compared with each character in ma to store only the unique characters in the master array. ---------------------------- revision 1.4 date: 2015/02/07 16:18:28; author: root; state: Exp; lines: +1 -1 printf statement is updated for printing the ma . ---------------------------- revision 1.3 date: 2015/02/07 16:16:24; author: root; state: Exp; lines: +18 -2 Now i have copied the content of a file in a array named ma. Initially i have allocated a memory for a single character using malloc(). After that i have reallocated a new memory for each new character using realloc function. ---------------------------- revision 1.2 date: 2015/02/07 16:11:02; author: root; state: Exp; lines: +13 -1 I have opened a file using open function and command line arguments. Also i have read the characters one by one from a file using read function in while loop. ---------------------------- revision 1.1 date: 2015/02/07 16:08:36; author: root; state: Exp; Initial revision =============================================================================