RCS file: pipe1.c,v
Working file: pipe1.c
head: 1.4
branch:
locks: strict
root: 1.4
access list:
symbolic names:
keyword substitution: kv
total revisions: 4; selected revisions: 4
description:
defined the header files that will be used in the programs
allocated memory to the string
—————————-
revision 1.4 locked by: root;
date: 2014/10/31 15:32:19; author: root; state: Exp; lines: +1 -1
in another program again converting read from character to integer
reading integers one by one
—————————-
revision 1.3
date: 2014/10/31 15:27:41; author: root; state: Exp; lines: +1 -1
created the child process and the parent process
converted the read into charcter
in the child process
—————————-
revision 1.2
date: 2014/10/31 15:19:36; author: root; state: Exp; lines: +1 -1
gave the condition for read by file descriptor in pipe function
co -l pipe1.c
—————————-
revision 1.1
date: 2014/10/31 15:11:06; author: root; state: Exp;
Initial revision