RCS file: mdc.c,v
Working file: mdc.c
head: 1.5
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 5; selected revisions: 5
description:
Unique Master Array is being created using functions and pointers
countred the codelength of the unique master array
saved the master array in a new file
—————————-
revision 1.5
date: 2015/06/25 17:04:13; author: root; state: Exp; lines: +0 -1
compress function is written in a file other than the main file
And Linked to the mdc.c file.
—————————-
revision 1.4
date: 2015/06/25 14:30:43; author: root; state: Exp; lines: +6 -11
created a new header file named header.h
header.h is included in the main using #include”header.h”
—————————-
revision 1.3
date: 2015/06/25 12:51:34; author: root; state: Exp; lines: +2 -2
Debugged the program using GDB Debugger
REemoved the segmentation fault
—————————-
revision 1.2
date: 2015/06/25 12:47:56; author: root; state: Exp; lines: +5 -3
Created unique master array using realloc
found out segmentation fault
—————————-
revision 1.1
date: 2015/06/25 10:06:14; author: root; state: Exp;
Initial revision