2 RCS file: file.c,v
3 Working file: file.c
4 head: 1.3
5 branch:
6 locks: strict
7 access list:
8 symbolic names:
9 keyword substitution: kv
10 total revisions: 3; selected revisions: 3
11 description:
12 This is main Program file for the Multiple Data Compression(MDC)
13 in which i use file_open function for read the file
14 and master_array function are used for to create master array
15 —————————-
16 revision 1.3
17 date: 2014/07/09 22:12:30; author: root; state: Exp; lines: +1 -1
18 error are removed by using adding ‘;’
19 —————————-
20 revision 1.2
21 date: 2014/07/09 22:11:41; author: root; state: Exp; lines: +1 -1
22 some changes are done
23 —————————-
24 revision 1.1
25 date: 2014/07/09 22:00:46; author: root; state: Exp;
26 Initial revision
27 =============================================================================
~
~
Header file Log>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2 RCS file: header.h,v
3 Working file: header.h
4 head: 1.1
5 branch:
6 locks: strict
7 access list:
8 symbolic names:
9 keyword substitution: kv
10 total revisions: 1; selected revisions: 1
11 description:
12 it is the source of the Header File In which we include
13 stdio.h
14 stdlib.h
15 fcntl.h
16 —————————-
17 revision 1.1
18 date: 2014/07/09 22:07:17; author: root; state: Exp;
19 Initial revision
20 =============================================================================
~
~
Master array Created……………………………………………