readReads data from a file | |||||||
Arguments
Return ValueThe number of bytes read up to normal termination is returned.-1 is returned if an error occurred. Explanationn bytes are read from the file specified by fd and placed in the buffer pointed to by buf.See Alsoopen() |