read Funktion


read


	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));


Beispiele:

pipe example program.

Siehe auch:

pipe Funktion.

open Funktion.

close Funktion.

write Funktion.


Anfang Hauptindex Schlüsselwörter Funktionen


Übers.: G. Junghanns