Library:   unistd.h
		   sys/types.h
	Prototype: int read(int fd, char *Buff, int NumBytes);
	Syntax:    int fd;
                   char Buff[50];
		   read(fd, Buff, sizeof(Buff));
 pipe example 
program.
 pipe example 
program.
 pipe function.
pipe function.
 open function.
open function.
 close function.
close function.
 write function.
write function.
| Top | Master Index | Keywords | Functions |