RCS file: openfile_1.c,v
Working file: openfile_1.c
head: 1.4
branch:
locks: strict
eblogic: 1.4
access list:
symbolic names:
keyword substitution: kv
total revisions: 5; selected revisions: 5
description:
Unique master array created using malloc
code length found using functions.
—————————-
revision 1.4 locked by: eblogic;
date: 2015/06/25 12:54:40; author: eblogic; state: Exp; lines: +1 -21
split the file
create header.h file and place all header files from openfile_1 to header.h file
declare compression function definition in different file with name compression.c
In header.h file declare the compression function prototype as extern.
—————————-
revision 1.3
date: 2015/06/25 10:18:19; author: eblogic; state: Exp; lines: +2 -2
Remove the malloc function and recreate the master array using realloc function.
—————————-
revision 1.2
date: 2015/06/25 09:25:21; author: eblogic; state: Exp; lines: +1 -1
remove the comment from the malloc command
—————————-
revision 1.1
date: 2015/06/25 09:17:25; author: eblogic; state: Exp;
branches: 1.1.1;
Initial revision
—————————-
revision 1.1.1.1
date: 2015/06/25 12:01:33; author: eblogic; state: Exp; lines: +1 -1
enter comment on already commented line