ICI Modules: posix: read


Modules by name : by type

Synopsis

string = read(int, int)

Description

Reads from the file descriptor given as the first argument and returns the data read in a string. The second parameter gives the maximum amount to be read.

NULL is returned upon zero-byte reads.