Library:   unistd.h
		   sys/types.h
	Prototype: int write(int fd, char *Buff, int NumBytes);
	Syntax:    int fd;
                   char Buff[]="V8 cars are coool";
		   write(fd, Buff, strlen(Buff)+1);
 pipe example 
program.
 pipe example 
program.
 pipe function.
pipe function.
 open function.
open function.
 close function.
close function.
                                                                                                                                                                                                                                              
 read function.
read function.
| Top | Master Index | Keywords | Functions |